TimeTZType constructor

const TimeTZType()

Implementation

const TimeTZType()
    : super(
        codec: TypeConverters.timeTZ,
        typeName: 'timetz',
        pgType: PgType.timeTz,
      );