isWeekday property

bool get isWeekday

Is this a weekday (Mon-Fri)?

Implementation

bool get isWeekday => !isWeekend;