Predictions constructor

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

Implementation

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