MCQAnswerConfig constructor
MCQAnswerConfig({})
Implementation
MCQAnswerConfig({
required this.id,
required this.answer,
this.isCorrectAnswer = false,
this.isSelected = false,
this.isIncorrectAnswer = false,
});