PlacesResponse constructor
PlacesResponse({
- List<
Place> ? places, - List<
RoutingSummary> ? routingSummaries, - List<
ContextualContent> ? contextualContents, - String? nextPageToken,
- String? searchUri,
Implementation
PlacesResponse({
List<Place>? places,
this.routingSummaries,
this.contextualContents,
this.nextPageToken,
this.searchUri,
}) : places = places ?? <Place>[];