StepStateChangeReason constructor
StepStateChangeReason({
- StepStateChangeReasonCode? code,
- String? message,
Implementation
StepStateChangeReason({
this.code,
this.message,
});