perks property
If the item has any intrinsic Perks (Perks that it will provide regardless of Sockets, Talent Grid, and other transitory state), they will be defined here.
Implementation
@JsonKey(name:'perks')
List<DestinyItemPerkEntryDefinition>? perks;