EncryptionInfo constructor

EncryptionInfo({
  1. Status? encryptionStatus,
  2. String? encryptionType,
  3. String? kmsKeyVersion,
})

Implementation

EncryptionInfo({
  this.encryptionStatus,
  this.encryptionType,
  this.kmsKeyVersion,
});