hasPMCourse property

bool get hasPMCourse

Whether any course falls in the afternoon period (5-9).

Implementation

bool get hasPMCourse => keys.any((s) => s.period.isPM);