TGoogleQueryPrediction constructor

const TGoogleQueryPrediction({
  1. TGooglePredictionText? text,
  2. String? query,
})

Implementation

const TGoogleQueryPrediction({this.text, this.query});