GoogleMapsPlacesV1PlaceConsumerAlertDetails constructor
GoogleMapsPlacesV1PlaceConsumerAlertDetails({
- GoogleMapsPlacesV1PlaceConsumerAlertDetailsLink? aboutLink,
- String? description,
- String? title,
Implementation
GoogleMapsPlacesV1PlaceConsumerAlertDetails({
this.aboutLink,
this.description,
this.title,
});