canEquip property

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

If this is an equippable item, you can check it here. There are permanent as well as transitory reasons why an item might not be able to be equipped: check cannotEquipReason for details.

Implementation

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