Predictions.prediction constructor

Predictions.prediction({
  1. String? type,
  2. List? query,
  3. required List<MapBoxPlace> features,
})

Implementation

Predictions.prediction({
  this.type,
  this.query,
  required this.features,
});