values constant

List<ElementTypeEnum> const values

List of all possible values in this ElementTypeEnum.

Implementation

static const values = <ElementTypeEnum>[
  document,
  component,
  menu,
  container,
  containerItem,
  asset,
  imageset,
  pagination,
  componentcontent,
];