factory GenerateRandomResponse.fromJson(Map<String, dynamic> json) { return GenerateRandomResponse( plaintext: _s.decodeNullableUint8List(json['Plaintext'] as String?), ); }