isWeekday property

bool get isWeekday

Returns true if this date falls on a weekday.

Implementation

bool get isWeekday => !isWeekend;