doubleArray constant

CustomSqlType<List<double>> const doubleArray

A postgres array of double values.

Implementation

static const CustomSqlType<List<double>> doubleArray =
    ArrayType(type: pg.Type.doubleArray, name: 'float8[]');