GoogleMapsPlacesV1PlaceConsumerAlertDetails constructor

GoogleMapsPlacesV1PlaceConsumerAlertDetails({
  1. GoogleMapsPlacesV1PlaceConsumerAlertDetailsLink? aboutLink,
  2. String? description,
  3. String? title,
})

Implementation

GoogleMapsPlacesV1PlaceConsumerAlertDetails({
  this.aboutLink,
  this.description,
  this.title,
});