BudgetedAndActualAmounts constructor
BudgetedAndActualAmounts({
- Spend? actualAmount,
- Spend? budgetedAmount,
- TimePeriod? timePeriod,
Implementation
BudgetedAndActualAmounts({
this.actualAmount,
this.budgetedAmount,
this.timePeriod,
});