BudgetPerformanceHistory constructor

BudgetPerformanceHistory({
  1. String? budgetName,
  2. BudgetType? budgetType,
  3. List<BudgetedAndActualAmounts>? budgetedAndActualAmountsList,
  4. Map<String, List<String>>? costFilters,
  5. CostTypes? costTypes,
  6. TimeUnit? timeUnit,
})

Implementation

BudgetPerformanceHistory({
  this.budgetName,
  this.budgetType,
  this.budgetedAndActualAmountsList,
  this.costFilters,
  this.costTypes,
  this.timeUnit,
});