isRandom property

  1. @JsonKey(name: 'isRandom')
bool? isRandom
getter/setter pair

If this is true, the node's step is determined randomly rather than the first step being chosen.

Implementation

@JsonKey(name:'isRandom')
bool? isRandom;