PostgresqlByteArray class

Inheritance

Constructors

PostgresqlByteArray()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
pgType → Type<Object>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → TypeCheck<Uint8List>
no setterinherited

Methods

decode(dynamic value) Uint8List?
inherited
encode(Uint8List? value) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sqlLiteral(Uint8List? value) Sql
inherited
sqlParam(Uint8List? value) Sql
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited