isWeekend property

bool isWeekend

Implementation

bool get isWeekend {
  return weekday == DateTime.sunday || weekday == DateTime.saturday;
}