EncryptResponse constructor

EncryptResponse({
  1. String? ciphertext,
  2. String? ciphertextCrc32c,
  3. String? name,
  4. String? protectionLevel,
  5. bool? verifiedAdditionalAuthenticatedDataCrc32c,
  6. bool? verifiedPlaintextCrc32c,
})

Implementation

EncryptResponse({
  this.ciphertext,
  this.ciphertextCrc32c,
  this.name,
  this.protectionLevel,
  this.verifiedAdditionalAuthenticatedDataCrc32c,
  this.verifiedPlaintextCrc32c,
});