QuizSummary constructor Null safety

QuizSummary(
  1. int _nStrokes
)

Implementation

QuizSummary(this._nStrokes) {
  reset();
}