CalendarEvent constructor
CalendarEvent({})
Creates a new instance of CalendarEvent
.
All parameters are optional and can be null
.
Implementation
CalendarEvent({
this.id,
this.createdDateTime,
this.lastModifiedDateTime,
this.isReminderOn,
this.subject,
this.bodyPreview,
this.isAllDay,
this.isOrganizer,
this.startDateTime,
this.endDateTime,
this.attendees,
this.organizer,
});