GetCostForecastResponse constructor
GetCostForecastResponse({
- List<
ForecastResult> ? forecastResultsByTime, - MetricValue? total,
Implementation
GetCostForecastResponse({
this.forecastResultsByTime,
this.total,
});