Prediction constructor
Prediction({})
DEPRECATED final List
Implementation
Prediction({
this.place,
this.placeId,
this.text,
this.structuredFormat,
this.types = const <String>[],
///DEPRECATED this.terms = const <Term>[],
///DEPRECATED this.distanceMeters,
///DEPRECATED this.reference,
///DEPRECATED this.matchedSubstrings = const <MatchedSubstring>[],
});