OpeningHours constructor
OpeningHours({
- List<
Period> ? periods, - List<
String> ? weekdayDescriptions, - SecondaryHoursType? secondaryHoursType,
- List<
SpecialDay> ? specialDays, - DateTime? nextOpenTime,
- DateTime? nextCloseTime,
- bool? openNow,
Implementation
OpeningHours({
this.periods,
this.weekdayDescriptions,
this.secondaryHoursType,
this.specialDays,
this.nextOpenTime,
this.nextCloseTime,
this.openNow,
});