Prediction constructor

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

Implementation

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