isWeekend property

bool isWeekend

Implementation

bool get isWeekend => (weekday == DateTime.saturday) || (weekday == DateTime.sunday);