QuizEngine constructor

QuizEngine({
  1. String? quizId,
  2. LoadType? loadType,
})

Implementation

QuizEngine({this.quizId, this.loadType});