hasPMCourse property

bool get hasPMCourse

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

Implementation

bool get hasPMCourse => entries.any((e) => e.periods.any((p) => p.isPM));