QuizQuestion constructor
QuizQuestion({})
Implementation
QuizQuestion({
required this.id,
required this.question,
required this.options,
this.isRequired = true,
this.selectedAnswer,
});
QuizQuestion({
required this.id,
required this.question,
required this.options,
this.isRequired = true,
this.selectedAnswer,
});