inCourseSemesterList property

Column<bool> inCourseSemesterList
latefinal

Whether this semester appeared in the course semester list API response.

Distinguishes semesters fetched by CourseRepository.getSemesters from those created as side effects by other flows (e.g., auth, scores).

Implementation

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