Predictions.prediction constructor
Predictions.prediction({
- String? type,
- List? query,
- required List<
MapBoxPlace> features,
Implementation
Predictions.prediction({
this.type,
this.query,
required this.features,
});