perks property
The list of perks to display in an item tooltip - and whether or not they have been activated.
Implementation
@JsonKey(name:'perks')
List<DestinyPerkReference>? perks;
The list of perks to display in an item tooltip - and whether or not they have been activated.
@JsonKey(name:'perks')
List<DestinyPerkReference>? perks;