isNextStepRandom property
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;
If true, the next step to be chosen is random, and if you're allowed to activate the next step. (if canActivateNextStep = true)
@JsonKey(name:'isNextStepRandom')
bool? isNextStepRandom;