Step constructor
Step({
- ActionOnFailure? actionOnFailure,
- HadoopStepConfig? config,
- String? id,
- String? name,
- StepStatus? status,
Implementation
Step({
this.actionOnFailure,
this.config,
this.id,
this.name,
this.status,
});