GoogleMapsPlacesV1SearchTextResponse constructor

GoogleMapsPlacesV1SearchTextResponse({
  1. List<GoogleMapsPlacesV1ContextualContent>? contextualContents,
  2. String? nextPageToken,
  3. List<GoogleMapsPlacesV1Place>? places,
})

Implementation

GoogleMapsPlacesV1SearchTextResponse({
  this.contextualContents,
  this.nextPageToken,
  this.places,
});