menu
quiz_package package
documentation
application/QuizEngine/dataModels/quiz_step_model.dart
QuizStepModel
allQuestions property
allQuestions property
dark_mode
light_mode
allQuestions
property
List
<
QuizQuestionModel
>
allQuestions
getter/setter pair
Implementation
late List<QuizQuestionModel> allQuestions;
quiz_package package
documentation
application/QuizEngine/dataModels/quiz_step_model
QuizStepModel
allQuestions property
QuizStepModel class