equippable property
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;
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.
@JsonKey(name:'equippable')
bool? equippable;