GoogleMapClassPrediction constructor
GoogleMapClassPrediction({
- List<
PredictionGoogle> ? predictions, - String? status,
Implementation
GoogleMapClassPrediction({
this.predictions,
this.status,
});