Implement verified curriculum, video review, watch sessions, ledger safeguards, and remove demo data
This commit is contained in:
@@ -188,9 +188,9 @@ class TeacherProfileModel {
|
||||
required this.schoolName,
|
||||
required this.gradesTaught,
|
||||
required this.bio,
|
||||
this.rating = 4.9,
|
||||
this.studentsCount = 42,
|
||||
this.lessonsCount = 28,
|
||||
this.rating = 0,
|
||||
this.studentsCount = 0,
|
||||
this.lessonsCount = 0,
|
||||
});
|
||||
|
||||
factory TeacherProfileModel.fromJson(Map<String, dynamic> json) {
|
||||
|
||||
Reference in New Issue
Block a user