GoogleMapsPlacesV1SearchTextResponse constructor
GoogleMapsPlacesV1SearchTextResponse({
- List<
GoogleMapsPlacesV1ContextualContent> ? contextualContents, - String? nextPageToken,
- List<
GoogleMapsPlacesV1Place> ? places,
Implementation
GoogleMapsPlacesV1SearchTextResponse({
this.contextualContents,
this.nextPageToken,
this.places,
});