EncryptionAtRestOptions constructor

EncryptionAtRestOptions({
  1. bool? enabled,
  2. String? kmsKeyId,
})

Implementation

EncryptionAtRestOptions({
  this.enabled,
  this.kmsKeyId,
});