Suggestion constructor

Suggestion({
  1. PlacePrediction? placePrediction,
  2. QueryPrediction? queryPrediction,
})

Implementation

Suggestion({
  this.placePrediction,
  this.queryPrediction,
});