menu
postgres_fork package
documentation
messages.dart
TupleDataType
fromByte static method
fromByte static method
dark_mode
light_mode
fromByte
static method
TupleDataType
fromByte
(
int
byte
)
Implementation
static
TupleDataType fromByte(
int
byte) {
return
fromID(
String
.fromCharCode(byte)); }
postgres_fork package
documentation
messages
TupleDataType
fromByte static method
TupleDataType enum