SUNDAY constant

DayOfWeek const SUNDAY

Implementation

static const DayOfWeek SUNDAY = DayOfWeek._(7, _omitEnumNames ? '' : 'SUNDAY');