menu
electrician_app
features/budget/domain/entities/budget_item.dart
BudgetItem
total property
total
dark_mode
light_mode
description
total
property
double
get
total
Implementation
double get total => quantity * unitPrice;
electrician_app
budget_item
BudgetItem
total property
BudgetItem class