Encryption constructor

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

Implementation

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