CalendarListEntryNotificationSettings constructor

CalendarListEntryNotificationSettings({
  1. List<CalendarNotification>? notifications,
})

Implementation

CalendarListEntryNotificationSettings({
  this.notifications,
});