EncryptionKey constructor

EncryptionKey({
  1. String? kmsKeyName,
  2. String? type,
})

Implementation

EncryptionKey({
  this.kmsKeyName,
  this.type,
});