isWeekday property

bool get isWeekday

Implementation

bool get isWeekday => this != sunday && this != saturday;