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