EncryptionSpec constructor

EncryptionSpec({
  1. String? kmsKeyName,
})

Implementation

EncryptionSpec({
  this.kmsKeyName,
});