RubricGrade constructor

RubricGrade({
  1. String? criterionId,
  2. String? levelId,
  3. double? points,
})

Implementation

RubricGrade({
  this.criterionId,
  this.levelId,
  this.points,
});