ScheduleInformation constructor
ScheduleInformation({
- String? scheduleId,
- String? availabilityView,
- List<
ScheduleItem> ? scheduleItems, - WorkingHours? workingHours,
Creates a new instance of ScheduleInformation.
All parameters are optional.
Implementation
ScheduleInformation({
this.scheduleId,
this.availabilityView,
this.scheduleItems,
this.workingHours,
});