BusinessHours constructor

BusinessHours({
  1. List<BusinessHoursPeriod>? periods,
})

Implementation

BusinessHours({
  this.periods
});