QuizStepModel constructor
QuizStepModel({})
Implementation
QuizStepModel({
required this.stepKey,
required this.stepLabel,
this.stepDescription,
this.showStepLabel = true,
required this.allQuestions,
});
QuizStepModel({
required this.stepKey,
required this.stepLabel,
this.stepDescription,
this.showStepLabel = true,
required this.allQuestions,
});