holidayPredicate property

(bool Function(DateTime day)?) holidayPredicate
final

Function deciding whether given day is treated as a holiday.

Implementation

final bool Function(DateTime day)? holidayPredicate;