Step constructor

Step({
  1. ActionOnFailure? actionOnFailure,
  2. HadoopStepConfig? config,
  3. String? id,
  4. String? name,
  5. StepStatus? status,
})

Implementation

Step({
  this.actionOnFailure,
  this.config,
  this.id,
  this.name,
  this.status,
});