hasPMCourse property
Whether any course falls in the afternoon period (5-9).
Implementation
bool get hasPMCourse => keys.any((s) => s.period.isPM);
Whether any course falls in the afternoon period (5-9).
bool get hasPMCourse => keys.any((s) => s.period.isPM);