TGoogleSuggestion constructor

const TGoogleSuggestion({
  1. TGooglePlacePrediction? placePrediction,
  2. TGoogleQueryPrediction? queryPrediction,
})

Implementation

const TGoogleSuggestion({this.placePrediction, this.queryPrediction});