PlacePrediction constructor
PlacePrediction({
- String? place,
- String? placeId,
- FormattableText? text,
- StructuredFormat? structuredFormat,
- List<
PlaceType> ? types, - int? distanceMeters,
Implementation
PlacePrediction({
this.place,
this.placeId,
this.text,
this.structuredFormat,
this.types,
this.distanceMeters,
});