unlockHashesRequiredToEquip property

  1. @JsonKey(name: 'unlockHashesRequiredToEquip')
List<int>? unlockHashesRequiredToEquip
getter/setter pair

Sometimes, there are limitations to equipping that are represented by character-level flags called "unlocks". This is a list of flags that they need in order to equip the item that the character has not met. Use these to look up the descriptions to show in your UI by looking up the relevant DestinyUnlockDefinitions for the hashes.

Implementation

@JsonKey(name:'unlockHashesRequiredToEquip')
List<int>? unlockHashesRequiredToEquip;