DecryptResponse constructor

DecryptResponse({
  1. String? plaintext,
  2. String? plaintextCrc32c,
  3. String? protectionLevel,
  4. bool? usedPrimary,
})

Implementation

DecryptResponse({
  this.plaintext,
  this.plaintextCrc32c,
  this.protectionLevel,
  this.usedPrimary,
});