BusinessHours constructor

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

Implementation

BusinessHours({
  this.periods,
});