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