AutoCompletePrediction constructor

AutoCompletePrediction({
  1. String? description,
  2. List<Word>? matchedKeywords,
  3. List<Word>? matchedWords,
})

Implementation

AutoCompletePrediction({
  this.description,
  this.matchedKeywords,
  this.matchedWords,
});