Update Saqel Platform: 2026-09-08 13:43:36
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user