textArray constant

CustomSqlType<List<String>> const textArray

A postgres array of String values.

Implementation

static const CustomSqlType<List<String>> textArray =
    ArrayType(type: pg.Type.textArray, name: 'text[]');