PerlearnerGradeWithCutOff constructor

PerlearnerGradeWithCutOff({
  1. PerlearnerGradeWithCutOffData? data,
})

Returns a new PerlearnerGradeWithCutOff instance.

Implementation

PerlearnerGradeWithCutOff({
  this.data,
});