PostgresqlObject<T> constructor

const PostgresqlObject<T>(
  1. Encoder<T> encoder,
  2. Decoder<T> decoder
)

Implementation

const PostgresqlObject(this.encoder, this.decoder)
  : super('jsonb', pg.Type.jsonb);