Predictions constructor

Predictions({
  1. String? type,
  2. List? query,
  3. List<MapBoxPlace> features = const [],
})

Implementation

Predictions({
  this.type,
  this.query,
  this.features = const [],
});