totalPriceTaxExcludedPromoIncluded property

num get totalPriceTaxExcludedPromoIncluded

Implementation

num get totalPriceTaxExcludedPromoIncluded {
  assert(ticketType != TicketType.spend);
  assert(ticketType != TicketType.spendDeferred);
  return totalTaxExcludedPromoIncluded(
      totalPriceItemsOnly, promo, discountAmount);
}