GoogleMapsPlacesV1SearchTextResponse constructor

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

Implementation

GoogleMapsPlacesV1SearchTextResponse({
  this.places,
});