ClassQuiz constructor
const
ClassQuiz({})
Implementation
const ClassQuiz({
required this.course_id,
required this.course_name,
required this.unit_id,
required this.last_unit,
required this.language_picker_items_text_color,
required this.language_picker,
required this.text_color,
required this.topbar_color,
});