stepIndex property

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

The index of this step in the list of Steps on the Talent Node. Unfortunately, this is the closest thing we have to an identifier for the Step: steps are not provided a content version agnostic identifier. This means that, when you are dealing with talent nodes, you will need to first ensure that you have the latest version of content.

Implementation

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