THURSDAY constant

DayOfWeek const THURSDAY

Implementation

static const DayOfWeek THURSDAY =
    DayOfWeek._(4, _omitEnumNames ? '' : 'THURSDAY');