values constant

List<PhenomenaGroup> const values

List of all possible values in this PhenomenaGroup.

Implementation

static const values = <PhenomenaGroup>[
  none,
  rainfall,
  snow,
  hail,
  thunderstorm,
  atmosphericObscurant,
  severeWeather,
];