Score constructor
Score({})
Implementation
Score({
required this.courseNumber,
this.isPreScore = false,
required this.title,
required this.units,
this.hours,
this.required,
this.at,
this.middleScore,
this.generalScore,
this.finalScore,
this.semesterScore,
this.remark,
});