PlacePrediction constructor

PlacePrediction({
  1. String? place,
  2. String? placeId,
  3. FormattableText? text,
  4. StructuredFormat? structuredFormat,
  5. List<PlaceType>? types,
  6. int? distanceMeters,
})

Implementation

PlacePrediction({
  this.place,
  this.placeId,
  this.text,
  this.structuredFormat,
  this.types,
  this.distanceMeters,
});