isWeekend method

bool isWeekend()

Implementation

bool isWeekend() => isSaturday() || isSunday();