weekDayOccurences constant
List[<[String]>] const weekDayOccurences
represents all the week day occurences.
Implementation
static const List<String> weekDayOccurences = [
'First',
'Second',
'Third',
'Fourth',
'Last',
];
- talawa
- recurrence_values
- RecurrenceUtils
- weekDayOccurences constant