ExecutionStageSummary constructor

ExecutionStageSummary({
  1. List<ComponentSource>? componentSource,
  2. List<ComponentTransform>? componentTransform,
  3. String? id,
  4. List<StageSource>? inputSource,
  5. String? kind,
  6. String? name,
  7. List<StageSource>? outputSource,
  8. List<String>? prerequisiteStage,
})

Implementation

ExecutionStageSummary({
  this.componentSource,
  this.componentTransform,
  this.id,
  this.inputSource,
  this.kind,
  this.name,
  this.outputSource,
  this.prerequisiteStage,
});