totalCostTaxesVal property

num get totalCostTaxesVal

Implementation

num get totalCostTaxesVal {
  assert(ticketType != TicketType.sell);
  assert(ticketType != TicketType.sellDeferred);
  return taxesVal(totalCostItemsOnly, promo, discountAmount, taxe.percentage);
}