isWeekend property

bool get isWeekend

Implementation

bool get isWeekend => [DateTime.saturday, DateTime.sunday].contains(weekday);