json constant

CustomSqlType<Object> const json

The json type in Postgres.

Implementation

static const CustomSqlType<Object> json =
    PostgresType(type: PgDataType.json, name: 'json');