nextStepIndex property

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

The stepIndex of the next step in the talent node, or -1 if this is the last step or if the next step to be chosen is random. This doesn't really matter anymore unless canActivateNextStep begins to be used again.

Implementation

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