activationGridLevel property

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

The progression level required on the Talent Grid in order to be able to activate this talent node. Talent Grids have their own Progression - similar to Character Level, but in this case it is experience related to the item itself.

Implementation

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