Prediction constructor
Prediction({})
Implementation
Prediction({
this.description,
this.id,
this.terms = const <Term>[],
this.distanceMeters,
this.placeId,
this.reference,
this.types = const <String>[],
this.matchedSubstrings = const <MatchedSubstring>[],
this.structuredFormatting,
});