stockTypes constant

List<TicketType> const stockTypes

Implementation

static const stockTypes = <TicketType>[
  stockIn,
  stockOut,
  inventory,
];