randomStartProgressionBarAtProgression property

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

If the node's step is randomly selected, this is the amount of the Talent Grid's progression experience at which the progression bar for the node should be shown.

Implementation

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