menu
invoice_formatter package
documentation
models/invoice.dart
InvoiceItem
total property
total property
dark_mode
light_mode
total
property
double
get
total
Implementation
double get total => quantity * unitPrice;
invoice_formatter package
documentation
models/invoice
InvoiceItem
total property
InvoiceItem class