ScheduleItem constructor
ScheduleItem({})
Creates a new instance of ScheduleItem.
All parameters are optional.
Implementation
ScheduleItem({
this.isPrivate,
this.status,
this.subject,
this.location,
this.start,
this.end,
});