values constant

List<ItemSlot> const values

List of all possible values in this ItemSlot.

Implementation

static const values = <ItemSlot>[
  weapon,
  shield,
  helmet,
  bodyArmor,
  legArmor,
  boots,
  ring1,
  ring2,
  amulet,
  artifact1,
  artifact2,
  artifact3,
  utility1,
  utility2,
  bag,
  rune,
];