Easy constructor Null safety

Easy(
  1. {int? questionsAnswered,
  2. int? questionsRightAnswered}
)

Implementation

Easy({this.questionsAnswered, this.questionsRightAnswered});