isWeekday property

bool get isWeekday

Whether this DateTime falls on a weekday (Monday–Friday).

Implementation

bool get isWeekday => !isWeekend;