QuizSettings constructor

QuizSettings({
  1. bool? isQuiz,
})

Implementation

QuizSettings({
  this.isQuiz,
});