menu
pb_server package
documentation
pb_server.dart
EncodedValue
EncodedValue.binary constructor
EncodedValue.binary constructor
dark_mode
light_mode
EncodedValue.binary
constructor
EncodedValue.binary
(
Uint8List
?
bytes
, {
int
?
typeOid
,
})
Implementation
EncodedValue.binary(this.bytes, {this.typeOid}) : format = EncodingFormat.binary;
pb_server package
documentation
pb_server
EncodedValue
EncodedValue.binary constructor
EncodedValue class