BudgetItem constructor
Implementation
const BudgetItem({
required this.id,
required this.name,
required this.description,
required this.quantity,
required this.unitPrice,
required this.category,
});
const BudgetItem({
required this.id,
required this.name,
required this.description,
required this.quantity,
required this.unitPrice,
required this.category,
});