PlaceOpeningHours constructor
const
PlaceOpeningHours({
- bool? openNow,
- List<
PlaceOpeningHoursPeriod> ? periods, - List<
PlaceSpecialDay> ? specialDays, - String? type,
- List<
String> ? weekdayText,
Implementation
const PlaceOpeningHours({
this.openNow,
this.periods,
this.specialDays,
this.type,
this.weekdayText,
});