values constant

List<MyEnum> const values

Implementation

static const $core.List<MyEnum> values = <MyEnum> [
  FOO,
  BAR,
  BAZ,
];