GoogleMapsPlacesV1PlaceOpeningHours constructor
GoogleMapsPlacesV1PlaceOpeningHours({
- bool? openNow,
- List<
GoogleMapsPlacesV1PlaceOpeningHoursPeriod> ? periods, - String? secondaryHoursType,
- List<
GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay> ? specialDays, - List<
String> ? weekdayDescriptions,
Implementation
GoogleMapsPlacesV1PlaceOpeningHours({
this.openNow,
this.periods,
this.secondaryHoursType,
this.specialDays,
this.weekdayDescriptions,
});