Prediction constructor

Prediction({
  1. String? place,
  2. String? placeId,
  3. TextInfo? text,
  4. StructuredFormat? structuredFormat,
  5. List<String>? types = const <String>[],
})

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>[],
});