CalendarEvent constructor
const
CalendarEvent({})
Create a new CalendarEvent instance.
Implementation
const CalendarEvent({
this.description,
this.start,
this.end,
this.location,
this.organizer,
this.status,
this.summary,
});