itemTypes top-level property

List<ItemType> itemTypes
getter/setter pair

Implementation

List<ItemType> itemTypes = [
  ItemType(
      itemTypeId: 'ItemExpense',
      itemTypeName: 'Expense',
      direction: 'I',
      accountCode: '74000'),
  ItemType(
      itemTypeId: 'ItemInventory',
      itemTypeName: 'Asset - Inventory',
      direction: 'O',
      accountCode: '14900'),
  ItemType(
      itemTypeId: 'ItemExpense',
      itemTypeName: 'Expense',
      direction: 'I',
      accountCode: '43000'),
  ItemType(
      itemTypeId: 'ItemInventory',
      itemTypeName: 'Asset - Inventory',
      direction: 'O',
      accountCode: '51000'),
];