isWeekday property

bool get isWeekday

Checks if date is weekday

Implementation

bool get isWeekday => !isWeekend;