EncryptResponse constructor
EncryptResponse({
- Uint8List? ciphertextBlob,
- EncryptionAlgorithmSpec? encryptionAlgorithm,
- String? keyId,
Implementation
EncryptResponse({
this.ciphertextBlob,
this.encryptionAlgorithm,
this.keyId,
});