gridLevel property

  1. @JsonKey(name: 'gridLevel')
int? gridLevel
getter/setter pair

The Progression level on the Talent Grid required to activate this node. See DestinyTalentGridDefinition.progressionHash for the related Progression, and read DestinyProgressionDefinition's documentation to learn more about Progressions.

Implementation

@JsonKey(name:'gridLevel')
int? gridLevel;