repositories/student_repository library

Classes

StudentRepository
Repository for student academic data.

Properties

studentRepositoryProvider Provider<StudentRepository>
Provides the StudentRepository instance.
final

Typedefs

SemesterRecordData = ({List<UserSemesterRanking> rankings, List<ScoreDetail> scores, UserAcademicSummary summary})
Aggregated academic data for one semester.