values constant

List<DayTime> const values

List of all possible values in this DayTime.

Implementation

static const values = <DayTime>[
  night,
  twilightAstronomical,
  twilightNautical,
  twilightCivil,
  day,
  blueHour,
  goldenHour,
];