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
-
getSemesterRecords(
{bool refresh = false}) → Future< List< SemesterRecordData> > - Gets aggregated academic records grouped by semester.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited