CourseTableSlot constructor
Implementation
const CourseTableSlot({
required this.id,
required this.number,
this.nameZh,
this.nameEn,
required this.credits,
required this.hours,
required this.dayOfWeek,
required this.period,
this.nameZh1,
});