AvgCourseGradeWithCutoff constructor

AvgCourseGradeWithCutoff({
  1. AvgCourseGradeWithCutoffData? data,
})

Returns a new AvgCourseGradeWithCutoff instance.

Implementation

AvgCourseGradeWithCutoff({
  this.data,
});