BudgetPerformanceHistory constructor
BudgetPerformanceHistory({
- String? budgetName,
- BudgetType? budgetType,
- List<
BudgetedAndActualAmounts> ? budgetedAndActualAmountsList, - Map<
String, List< ? costFilters,String> > - CostTypes? costTypes,
- TimeUnit? timeUnit,
Implementation
BudgetPerformanceHistory({
this.budgetName,
this.budgetType,
this.budgetedAndActualAmountsList,
this.costFilters,
this.costTypes,
this.timeUnit,
});