PlacesResponse constructor

PlacesResponse({
  1. List<Predictions>? predictions,
  2. String? status,
})

Implementation

PlacesResponse({this.predictions, this.status});