inCourseSemesterList property
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))();