FRIDAY constant

DayOfWeek const FRIDAY

Implementation

static const DayOfWeek FRIDAY =
    DayOfWeek._(5, _omitEnumNames ? '' : 'FRIDAY');