isWeekend property

bool get isWeekend

Implementation

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