PlacePredictions constructor

PlacePredictions({
  1. String? secondary_text,
  2. String? main_text,
  3. String? place_id,
})

Implementation

PlacePredictions({this.secondary_text, this.main_text, this.place_id});