gridProgression property

  1. @JsonKey(name: 'gridProgression')
DestinyProgression? gridProgression
getter/setter pair

If the item has a progression, it will be detailed here. A progression means that the item can gain experience. Thresholds of experience are what determines whether and when a talent node can be activated.

Implementation

@JsonKey(name:'gridProgression')
DestinyProgression? gridProgression;