models/event_notification library
Classes
Enums
Properties
-
monthsList
→ Map<
String, dynamic> -
mapping of months with their respective properties
no setter
-
occursOnWeekOptions
→ List<
String> -
list of options for the day of the week
no setter
-
repeatOccuranceOptions
→ List<
String> -
list of repeat occurrence options
no setter
Functions
-
dateToString(
DateTime date) → String - converts a DateTime object to a formatted date string
-
getWeekEnum(
String? weekday) → Week - converts a weekday string to a Week enum value
-
getWeekString(
Week? weekday) → String - converts a Week enum value to a weekday string
-
timeOfDayToString(
DateTime time) → String - converts a DateTime object to a formatted time string