Int2Type constructor

const Int2Type()

Implementation

const Int2Type()
    : super(
        codec: TypeConverters.int2,
        typeName: 'int2',
        pgType: PgType.int2,
      );