totalSpendTaxAndPromoExcluded property

num get totalSpendTaxAndPromoExcluded

Implementation

num get totalSpendTaxAndPromoExcluded =>
    tickets.fold(0, (pv, e) => pv + e.totalCostItemsOnly);