isWeekend property

bool get isWeekend

Implementation

bool get isWeekend {
  return isSaturday || isSunday;
}