Automatic constructor

Automatic({
  1. CustomerManagedEncryption? customerManagedEncryption,
})

Implementation

Automatic({
  this.customerManagedEncryption,
});