$EncryptionConfig constructor

$EncryptionConfig({
  1. String? kmsKeyName,
})

Implementation

$EncryptionConfig({
  this.kmsKeyName,
});