values constant

List<CalendarDay> const values

List of all possible values in this CalendarDay.

Implementation

static const values = <CalendarDay>[
  none,
  weekend,
  weekday,
  other,
];