Suggestion constructor
Suggestion({
- PlacePrediction? placePrediction,
- QueryPrediction? queryPrediction,
Implementation
Suggestion({
this.placePrediction,
this.queryPrediction,
});