Predictions constructor

Predictions({
  1. List<Prediction>? predictions,
  2. String? status,
})

Implementation

Predictions({
  this.predictions,
  this.status,
});