AutocompletePrediction constructor

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

Implementation

AutocompletePrediction({
  this.description,
  this.distanceMeters,
  this.id,
  this.matchedSubstrings,
  this.placeId,
  this.reference,
  this.structuredFormatting,
  this.terms,
  this.types,
});