EncryptionConfig constructor

EncryptionConfig({
  1. String? kmsKeyName,
  2. List<String>? kmsKeyNames,
})

Implementation

EncryptionConfig({
  this.kmsKeyName,
  this.kmsKeyNames,
});