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