talentGrid property

  1. @JsonKey(name: 'talentGrid')
DestinyItemTalentGridBlockDefinition? talentGrid
getter/setter pair

If the item has a Talent Grid, this will be non-null and the properties of the grid defined herein. Note that, while many items still have talent grids, the only ones with meaningful Nodes still on them will be Subclass/"Build" items.

Implementation

@JsonKey(name:'talentGrid')
DestinyItemTalentGridBlockDefinition? talentGrid;