HolidayCalendar constructor
const
HolidayCalendar({})
Creates a holiday calendar with the given holidays.
Implementation
const HolidayCalendar({
this.fixedHolidays = const [],
this.annualHolidays = const [],
this.name = 'Custom',
});