Large constructor Null safety

Large(
  1. {int? minutesPlayed,
  2. int? questionsAnswered,
  3. int? questionsRightAnswered}
)

Implementation

Large(
    {this.minutesPlayed,
      this.questionsAnswered,
      this.questionsRightAnswered});