JsonType constructor
const
JsonType()
Implementation
const JsonType()
: super(
codec: TypeConverters.json,
typeName: 'json',
pgType: PgType.json,
);
const JsonType()
: super(
codec: TypeConverters.json,
typeName: 'json',
pgType: PgType.json,
);