PredictionGoogle constructor
PredictionGoogle({
- String? description,
- List<
MatchedSubstringGoogle> ? matchedSubstrings, - String? placeId,
- String? reference,
- StructuredFormattingGoogle? structuredFormatting,
- List<
TermGoogle> ? terms, - List<
String> ? types,
Implementation
PredictionGoogle({
this.description,
this.matchedSubstrings,
this.placeId,
this.reference,
this.structuredFormatting,
this.terms,
this.types,
});