GoogleMapsPlacesV1SearchNearbyResponse constructor

GoogleMapsPlacesV1SearchNearbyResponse({
  1. List<GoogleMapsPlacesV1Place>? places,
})

Implementation

GoogleMapsPlacesV1SearchNearbyResponse({
  this.places,
});