GoogleMapClassPrediction constructor

GoogleMapClassPrediction({
  1. List<PredictionGoogle>? predictions,
  2. String? status,
})

Implementation

GoogleMapClassPrediction({
  this.predictions,
  this.status,
});