Update Saqel Platform: 2026-09-08 13:43:36

This commit is contained in:
Hamza-Ayed
2026-09-08 13:43:36 +03:00
parent 0f424062fe
commit bb37b31cab
76 changed files with 3617 additions and 3059 deletions
@@ -76,6 +76,7 @@ class TeacherHomeworkModel {
class StudentDoubtModel {
final String id;
final int studentId;
final String studentName;
final String className;
final String question;
@@ -85,6 +86,7 @@ class StudentDoubtModel {
const StudentDoubtModel({
required this.id,
required this.studentId,
required this.studentName,
required this.className,
required this.question,
@@ -99,6 +101,7 @@ class StudentDoubtModel {
}) {
return StudentDoubtModel(
id: id,
studentId: studentId,
studentName: studentName,
className: className,
question: question,