MONDAY constant

DayOfWeek const MONDAY

Implementation

static const DayOfWeek MONDAY =
    DayOfWeek._(1, _omitEnumNames ? '' : 'MONDAY');