TimestampTZType constructor
const
TimestampTZType()
Implementation
const TimestampTZType()
: super(
codec: TypeConverters.timestampTZ,
typeName: 'timestamptz',
pgType: PgType.timestampTz,
);