Float8Type constructor

const Float8Type()

Implementation

const Float8Type()
    : super(
        codec: TypeConverters.float8,
        typeName: 'float8',
        pgType: PgType.float8,
      );