isWeekend method

bool isWeekend()

Implementation

bool isWeekend() => weekDay == friday;