PredictionModel constructor

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

Implementation

PredictionModel({
  this.latitude,
  this.longitude,
  this.description,
  this.matchedSubstrings,
  this.placeId,
  this.reference,
  this.structuredFormatting,
  this.terms,
  this.types,
});