JsonType constructor

const JsonType()

Implementation

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