GenerateRandomBytesRequest constructor

GenerateRandomBytesRequest({
  1. int? lengthBytes,
  2. String? protectionLevel,
})

Implementation

GenerateRandomBytesRequest({
  this.lengthBytes,
  this.protectionLevel,
});