Prediction constructor

Prediction({
  1. String? description,
  2. String? id,
  3. List<MatchedSubstrings>? matchedSubstrings,
  4. String? placeId,
  5. String? reference,
  6. StructuredFormatting? structuredFormatting,
  7. List<Terms>? terms,
  8. List<String>? types,
  9. String? lat,
  10. String? lng,
})

Implementation

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