nextStepIndex property
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;