Forecast constructor

Forecast({
  1. Map<String, List<DataPoint>>? predictions,
})

Implementation

Forecast({
  this.predictions,
});