values property

List<Day> values

All the possible values for the Day enumeration.

Implementation

static List<Day> get values =>
    <Day>[sunday, monday, tuesday, wednesday, thursday, friday, saturday];