ReachForecast constructor

ReachForecast({
  1. String? costMicros,
  2. PlannedProductForecast? forecast,
  3. List<PlannedProductReachForecast>? plannedProductReachForecasts,
})

Implementation

ReachForecast({
  this.costMicros,
  this.forecast,
  this.plannedProductReachForecasts,
});