Encryption constructor

Encryption({
  1. EncryptionType? encryptionType,
  2. String? kMSContext,
  3. String? kMSKeyId,
})

Implementation

Encryption({
  this.encryptionType,
  this.kMSContext,
  this.kMSKeyId,
});