EncryptionConfig constructor

EncryptionConfig({
  1. String? keyId,
  2. EncryptionStatus? status,
  3. EncryptionType? type,
})

Implementation

EncryptionConfig({
  this.keyId,
  this.status,
  this.type,
});