Predictions constructor
Predictions({
- String? type,
- List? query,
- List<
MapBoxPlace> features = const [],
Implementation
Predictions({
this.type,
this.query,
this.features = const [],
});