booleanArray constant

CustomSqlType<List<bool>> const booleanArray

A postgres array of bool values.

Implementation

static const CustomSqlType<List<bool>> booleanArray =
    ArrayType(type: pg.Type.booleanArray, name: 'boolean[]');