inCourseSemesterList property
latefinal
Whether this semester is currently in the course semester list API response.
Distinguishes semesters fetched by CourseRepository.refreshSemesters from those created as side effects by other flows (e.g., auth, scores).
Implementation
late final inCourseSemesterList = boolean().withDefault(Constant(false))();