GenerateDataKeyResponse constructor

GenerateDataKeyResponse({
  1. Uint8List? ciphertextBlob,
  2. String? keyId,
  3. Uint8List? plaintext,
})

Implementation

GenerateDataKeyResponse({
  this.ciphertextBlob,
  this.keyId,
  this.plaintext,
});