GoogleMapsPlacesV1PlaceOpeningHours constructor

GoogleMapsPlacesV1PlaceOpeningHours({
  1. bool? openNow,
  2. List<GoogleMapsPlacesV1PlaceOpeningHoursPeriod>? periods,
  3. String? secondaryHoursType,
  4. List<GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay>? specialDays,
  5. List<String>? weekdayDescriptions,
})

Implementation

GoogleMapsPlacesV1PlaceOpeningHours({
  this.openNow,
  this.periods,
  this.secondaryHoursType,
  this.specialDays,
  this.weekdayDescriptions,
});