Syllabus constructor
Implementation
const Syllabus({
required this.id,
required this.courseOffering,
required this.teacher,
this.updatedAt,
this.objective,
this.weeklyPlan,
this.evaluation,
this.textbooks,
this.remarks,
});
const Syllabus({
required this.id,
required this.courseOffering,
required this.teacher,
this.updatedAt,
this.objective,
this.weeklyPlan,
this.evaluation,
this.textbooks,
this.remarks,
});