Int8Type constructor

const Int8Type()

Implementation

const Int8Type()
    : super(
        codec: TypeConverters.int8,
        typeName: 'int8',
        pgType: PgType.int8,
      );