BudgetedAndActualAmounts constructor

BudgetedAndActualAmounts({
  1. Spend? actualAmount,
  2. Spend? budgetedAmount,
  3. TimePeriod? timePeriod,
})

Implementation

BudgetedAndActualAmounts({
  this.actualAmount,
  this.budgetedAmount,
  this.timePeriod,
});