PlacesPredictions constructor

PlacesPredictions({
  1. String? status,
  2. List<PlaceResponse>? predictions,
})

Implementation

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