GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay constructor

GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay({
  1. GoogleTypeDate? date,
})

Implementation

GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay({
  this.date,
});