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