PatchedMathStudent constructor
PatchedMathStudent({})
Returns a new PatchedMathStudent instance.
Implementation
PatchedMathStudent({
this.id,
this.student,
this.level,
this.points,
this.correctQuestionsForLevel,
this.noIncorrectQuestionsForLevel,
this.createdAt,
this.updatedAt,
this.acquiredSkills,
});