weekDaysLong top-level property
final
Long names for the days of the week. 1 = Monday, ..., 7 = Sunday
Implementation
final List<String> weekDaysLong = [
'Week',
'Monday',
'Tuesday',
'Wednesday',
'Thursday',
'Friday',
'Saturday',
'Sunday'
];