totalPriceTaxExcludedMarkdownsIncluded property

num get totalPriceTaxExcludedMarkdownsIncluded

Implementation

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