predictions property

Map<String, List<DataPoint>>? predictions
final

The forecast.

The string of the string-to-array map is one of the following values:

  • p10
  • p50
  • p90

Implementation

final Map<String, List<DataPoint>>? predictions;