allEvents property
UnmodifiableListView<CalendarEventData<T> >
get
allEvents
Lists all the events that are added in the Controller.
Implementation
UnmodifiableListView<CalendarEventData<T>> get allEvents =>
_calendarData.events;