Encryption constructor
Encryption({
- EncryptionType? encryptionType,
- String? kMSContext,
- String? kMSKeyId,
Implementation
Encryption({
this.encryptionType,
this.kMSContext,
this.kMSKeyId,
});