ReachForecast constructor
ReachForecast({
- String? costMicros,
- PlannedProductForecast? forecast,
- List<
PlannedProductReachForecast> ? plannedProductReachForecasts,
Implementation
ReachForecast({
this.costMicros,
this.forecast,
this.plannedProductReachForecasts,
});