equippable property

  1. @JsonKey(name: 'equippable')
bool? equippable
getter/setter pair

If true, then you will be allowed to equip the item if you pass its other requirements. This being false means that you cannot equip the item under any circumstances.

Implementation

@JsonKey(name:'equippable')
bool? equippable;