BudgetDetail constructor

BudgetDetail({
  1. String? budgetName,
})

Implementation

BudgetDetail({
  this.budgetName,
});