Predections.prediction constructor

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

Implementation

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