hasNoonCourse property
Whether any course falls in the noon period (N).
Implementation
bool get hasNoonCourse => keys.any((s) => s.period == Period.nPeriod);
Whether any course falls in the noon period (N).
bool get hasNoonCourse => keys.any((s) => s.period == Period.nPeriod);