StepInput constructor
StepInput({})
Creates an immutable step configuration container.
Implementation
StepInput({
this.description,
this.callback,
this.params,
this.exceptionType,
this.exceptionMessage,
});
Creates an immutable step configuration container.
StepInput({
this.description,
this.callback,
this.params,
this.exceptionType,
this.exceptionMessage,
});