MoreHours constructor
MoreHours({
- String? hoursTypeId,
- List<
TimePeriod> ? periods,
Implementation
MoreHours({
this.hoursTypeId,
this.periods,
});
MoreHours({
this.hoursTypeId,
this.periods,
});