Predictions constructor
Predictions({
- String? description,
- List<
MatchedSubstrings> ? matchedSubstrings, - String? placeId,
- String? reference,
- StructuredFormatting? structuredFormatting,
- List<
Terms> ? terms, - List<
String> ? types,
Implementation
Predictions(
{this.description,
this.matchedSubstrings,
this.placeId,
this.reference,
this.structuredFormatting,
this.terms,
this.types});