hasAMCourse property
Whether any course falls in the morning period (1-4).
Implementation
bool get hasAMCourse => keys.any((s) => s.period.isAM);
Whether any course falls in the morning period (1-4).
bool get hasAMCourse => keys.any((s) => s.period.isAM);