EncryptResponse constructor

EncryptResponse({
  1. Uint8List? ciphertextBlob,
  2. EncryptionAlgorithmSpec? encryptionAlgorithm,
  3. String? keyId,
})

Implementation

EncryptResponse({
  this.ciphertextBlob,
  this.encryptionAlgorithm,
  this.keyId,
});