PlacePrediction constructor
PlacePrediction({})
Implementation
PlacePrediction({
required this.placeId,
this.types,
this.fullText,
this.primaryText,
this.secondaryText,
this.distanceMeters,
});
PlacePrediction({
required this.placeId,
this.types,
this.fullText,
this.primaryText,
this.secondaryText,
this.distanceMeters,
});