PlacesSearchResponse constructor
PlacesSearchResponse({})
Implementation
PlacesSearchResponse({
required super.status,
super.errorMessage,
this.results = const [],
this.htmlAttributions = const [],
this.nextPageToken,
});