isWeekday property

bool get isWeekday

Return true if is weekday, false otherwise.

Implementation

bool get isWeekday => !isWeekend;