isHoliday property

bool get isHoliday

Return true if is holiday, false otherwise. Holidays are defined as Saturday and Sunday.

Implementation

bool get isHoliday => isWeekend;