menu
datahub_postgres package
documentation
types.dart
PostgresqlEnumArray
PostgresqlEnumArray.new const constructor
PostgresqlEnumArray.new const constructor
dark_mode
light_mode
PostgresqlEnumArray
constructor
const
PostgresqlEnumArray
(
{
List
<
Enum
>
?
values
,
})
Implementation
const PostgresqlEnumArray({this.values}) : super('_varchar', pg.Type.varCharArray);
datahub_postgres package
documentation
types
PostgresqlEnumArray
PostgresqlEnumArray.new const constructor
PostgresqlEnumArray class