EncryptionConfig constructor

EncryptionConfig({
  1. String? encryptionType,
  2. String? kmsKeyName,
})

Implementation

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