nodeStepHash property

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

The hash of this node step. Unfortunately, while it can be used to uniquely identify the step within a node, it is also content version dependent and should not be relied on without ensuring you have the latest vesion of content.

Implementation

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