AsymmetricDecryptResponse constructor
      
      AsymmetricDecryptResponse({})
     
    
    
Implementation
AsymmetricDecryptResponse({
  this.plaintext,
  this.plaintextCrc32c,
  this.protectionLevel,
  this.verifiedCiphertextCrc32c,
});AsymmetricDecryptResponse({
  this.plaintext,
  this.plaintextCrc32c,
  this.protectionLevel,
  this.verifiedCiphertextCrc32c,
});