PredictionGoogle constructor

PredictionGoogle({
  1. String? description,
  2. List<MatchedSubstringGoogle>? matchedSubstrings,
  3. String? placeId,
  4. String? reference,
  5. StructuredFormattingGoogle? structuredFormatting,
  6. List<TermGoogle>? terms,
  7. List<String>? types,
})

Implementation

PredictionGoogle({
  this.description,
  this.matchedSubstrings,
  this.placeId,
  this.reference,
  this.structuredFormatting,
  this.terms,
  this.types,
});