BusinessDayConfig constructor

BusinessDayConfig({
  1. List<String>? businessDays,
})

Implementation

BusinessDayConfig({
  this.businessDays,
});