menu
postgres package
documentation
postgres.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;
postgres package
documentation
postgres
EncodedValue
EncodedValue.binary constructor
EncodedValue class