RawDecryptResponse constructor
      
      RawDecryptResponse({})
     
    
    
Implementation
RawDecryptResponse({
  this.plaintext,
  this.plaintextCrc32c,
  this.protectionLevel,
  this.verifiedAdditionalAuthenticatedDataCrc32c,
  this.verifiedCiphertextCrc32c,
  this.verifiedInitializationVectorCrc32c,
});