totalTipAmount property

Decimal get totalTipAmount

Total tip: explicit (order-level) + implicit (surplus).

Implementation

Decimal get totalTipAmount => explicitTipAmount + surplusTipAmount;