Int4Type constructor
const
Int4Type()
Implementation
const Int4Type()
: super(
codec: TypeConverters.int4,
typeName: 'int4',
pgType: PgType.int4,
);
const Int4Type()
: super(
codec: TypeConverters.int4,
typeName: 'int4',
pgType: PgType.int4,
);