PlacesResponse constructor
PlacesResponse({
- List<
Predictions> ? predictions, - String? status,
Implementation
PlacesResponse({this.predictions, this.status});