withWeekends method
Creates a new config with custom weekend days.
Implementation
BusinessDayConfig withWeekends(Set<int> weekendDays) =>
BusinessDayConfig(weekendDays: weekendDays, holidays: holidays);
Creates a new config with custom weekend days.
BusinessDayConfig withWeekends(Set<int> weekendDays) =>
BusinessDayConfig(weekendDays: weekendDays, holidays: holidays);