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