EncryptionInfo constructor

EncryptionInfo({
  1. String? encryptionEntityId,
  2. String? encryptionEntityType,
  3. String? encryptionSource,
  4. String? kind,
})

Implementation

EncryptionInfo({
  this.encryptionEntityId,
  this.encryptionEntityType,
  this.encryptionSource,
  this.kind,
});