ClassQuizQuestion constructor
const
ClassQuizQuestion({})
Implementation
const ClassQuizQuestion({
required this.question_title,
required this.answers,
required this.demos,
required this.class_quiz,
required this.correct_answer,
required this.question_id,
required this.text_color,
});