menu
ordering package
documentation
domain/order_item.dart
OrderItem
totalPrice property
totalPrice property
dark_mode
light_mode
totalPrice
property
Money
get
totalPrice
Implementation
Money get totalPrice => unitPrice * quantity.toInt();
ordering package
documentation
domain/order_item
OrderItem
totalPrice property
OrderItem class