Prediction constructor

Prediction({
  1. String? description,
  2. List<MatchedSubstring>? matchedSubstrings,
  3. String? placeId,
  4. String? reference,
  5. StructuredFormatting? structuredFormatting,
  6. List<Term>? terms,
  7. List<String>? types,
})

Implementation

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