PostgresqlJsonMap class

Inheritance

Constructors

PostgresqlJsonMap()
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<Map<String, dynamic>>
no setterinherited

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