PostgresqlJsonMap class
- Inheritance
-
- Object
- PostgresqlDataType<
Map< String, dynamic> > - PostgresqlJsonMap
Constructors
- PostgresqlJsonMap()
-
const
Properties
Methods
-
decode(
dynamic value) → Map< String, dynamic> ? -
inherited
-
encode(
Map< String, dynamic> ? value) → dynamic -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sqlLiteral(
Map< String, dynamic> ? value) → Sql -
inherited
-
sqlParam(
Map< String, dynamic> ? value) → Sql -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited