Predictions constructor
Predictions({
- List<
Prediction> ? predictions, - String? status,
Implementation
Predictions({
this.predictions,
this.status,
});
Predictions({
this.predictions,
this.status,
});