Schedule constructor
Implementation
const Schedule({
required this.id,
required this.courseOffering,
required this.dayOfWeek,
required this.period,
this.classroom,
});
const Schedule({
required this.id,
required this.courseOffering,
required this.dayOfWeek,
required this.period,
this.classroom,
});