Float4Type constructor

const Float4Type()

Implementation

const Float4Type()
    : super(
        codec: TypeConverters.float4,
        typeName: 'float4',
        pgType: PgType.float4,
      );