Grade constructor

Grade({
  1. bool? correct,
  2. Feedback? feedback,
  3. double? score,
})

Implementation

Grade({this.correct, this.feedback, this.score});