financialTypes constant

List<TicketType> const financialTypes

Implementation

static const financialTypes = <TicketType>[
  sell,
  sellDeferred,
  sellCovered,
  spend,
  spendDeferred,
  spendCovered,
  wage,
];