nodeStatsBlock property

  1. @JsonKey(name: 'nodeStatsBlock')
DestinyTalentNodeStatBlock? nodeStatsBlock
getter/setter pair

This property has some history. A talent grid can provide stats on both the item it's related to and the character equipping the item. This returns data about those stat bonuses.

Implementation

@JsonKey(name:'nodeStatsBlock')
DestinyTalentNodeStatBlock? nodeStatsBlock;