currentStepStats property

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

The stat benefits conferred when this talent node is activated for the current Step that is active on the node.

Implementation

@JsonKey(name:'currentStepStats')
List<DestinyStat>? currentStepStats;