inScoreSemesterList property

Column<bool> inScoreSemesterList
latefinal

Whether this semester is currently in the score semester list API response.

Distinguishes semesters fetched by StudentRepository.refreshSemesterRecords from those created as side effects by other flows (e.g., auth, courses).

Implementation

late final inScoreSemesterList = boolean().withDefault(Constant(false))();