CalendarEvent constructor
Implementation
CalendarEvent(
{this.eventId,
this.title,
this.description,
this.startDate,
this.endDate,
this.location,
this.duration,
this.isAllDay,
this.hasAlarm});
CalendarEvent(
{this.eventId,
this.title,
this.description,
this.startDate,
this.endDate,
this.location,
this.duration,
this.isAllDay,
this.hasAlarm});