CalendarEventInfoBean constructor
CalendarEventInfoBean({})
Implementation
CalendarEventInfoBean({
required this.id,
required this.title,
required this.startHour,
required this.startMinute,
required this.endHour,
required this.endMinute,
required this.time,
});