PlacesResponse constructor

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

Implementation

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