GoogleMapsPlacesV1PlaceOpeningHours constructor

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

Implementation

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