toStepStateChangeReasonCode method
Implementation
StepStateChangeReasonCode toStepStateChangeReasonCode() {
switch (this) {
case 'NONE':
return StepStateChangeReasonCode.none;
}
throw Exception('$this is not known in enum StepStateChangeReasonCode');
}