Session constructor
Implementation
Session({
required this.schoolGrade,
required this.supervisor,
required this.school,
required this.section,
required this.date,
required this.notes,
required this.language,
});
Session({
required this.schoolGrade,
required this.supervisor,
required this.school,
required this.section,
required this.date,
required this.notes,
required this.language,
});