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