GoogleMapsPlacesV1PlaceConsumerAlert constructor

GoogleMapsPlacesV1PlaceConsumerAlert({
  1. GoogleMapsPlacesV1PlaceConsumerAlertDetails? details,
  2. String? languageCode,
  3. String? overview,
})

Implementation

GoogleMapsPlacesV1PlaceConsumerAlert({
  this.details,
  this.languageCode,
  this.overview,
});