hasNoonCourse property

bool get hasNoonCourse

Whether any course falls in the noon period (N).

Implementation

bool get hasNoonCourse => keys.any((s) => s.period == Period.nPeriod);