AvgCourseGradeWithCutoffData constructor
AvgCourseGradeWithCutoffData({})
Returns a new AvgCourseGradeWithCutoffData instance.
Implementation
AvgCourseGradeWithCutoffData({
this.gradeCutoffs = const {},
required this.averageGrade,
});