subtotal property
Decimal
get
subtotal
The order subtotal excluding the explicit tip.
Implementation
Decimal get subtotal => orderTotal - explicitTipAmount;
The order subtotal excluding the explicit tip.
Decimal get subtotal => orderTotal - explicitTipAmount;