isNextStepRandom property

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

If true, the next step to be chosen is random, and if you're allowed to activate the next step. (if canActivateNextStep = true)

Implementation

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