GoogleMapsPlacesV1PlaceOpeningHoursPeriod constructor

GoogleMapsPlacesV1PlaceOpeningHoursPeriod({
  1. GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint? close,
  2. GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint? open,
})

Implementation

GoogleMapsPlacesV1PlaceOpeningHoursPeriod({
  this.close,
  this.open,
});