CalendarEventBean constructor
CalendarEventBean({
- required int type,
- required int maxNumber,
- required List<
SavedCalendarEventInfoBean> list, - required bool state,
- required int time,
- required CalendarEventInfoBean calendarEventInfo,
Implementation
CalendarEventBean({
required this.type,
required this.maxNumber,
required this.list,
required this.state,
required this.time,
required this.calendarEventInfo,
});