hasAMCourse property

bool get hasAMCourse

Whether any course falls in the morning period (1-4).

Implementation

bool get hasAMCourse => keys.any((s) => s.period.isAM);