values constant

List of all possible values in this ColumnDefinitionDataTypeEnum.

Implementation

static const values = <ColumnDefinitionDataTypeEnum>[
  undefined,
  notNull,
  date,
  integer,
  real,
  logical,
  text,
];