activeTypes property
Returns all active holidays
Implementation
@override
List<HolidayType> get activeTypes => _activeHolidayTypes.toList()
..sortBy((holidayType) => holidayType.getHolidayType());
Returns all active holidays
@override
List<HolidayType> get activeTypes => _activeHolidayTypes.toList()
..sortBy((holidayType) => holidayType.getHolidayType());