GoogleMapsPlacesV1PlaceSubDestination constructor

GoogleMapsPlacesV1PlaceSubDestination({
  1. String? id,
  2. String? name,
})

Implementation

GoogleMapsPlacesV1PlaceSubDestination({
  this.id,
  this.name,
});