MoreHours constructor

MoreHours({
  1. String? hoursTypeId,
  2. List<TimePeriod>? periods,
})

Implementation

MoreHours({
  this.hoursTypeId,
  this.periods,
});