StudentRepository class
Repository for student academic data.
Constructors
- StudentRepository({required AppDatabase database, required AuthRepository authRepository, required CourseRepository courseRepository, required FirebaseService firebaseService, required StudentQueryService studentQueryService})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshSemesterRecords(
) → Future< void> - Fetches fresh semester records from network and writes to DB.
-
toString(
) → String -
A string representation of this object.
inherited
-
watchSemesterRecords(
) → Stream< List< SemesterRecordData> > - Watches aggregated academic records grouped by semester.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited