ExecutionStageSummary constructor
ExecutionStageSummary({
- List<
ComponentSource> ? componentSource, - List<
ComponentTransform> ? componentTransform, - String? id,
- List<
StageSource> ? inputSource, - String? kind,
- String? name,
- List<
StageSource> ? outputSource, - List<
String> ? prerequisiteStage,
Implementation
ExecutionStageSummary({
this.componentSource,
this.componentTransform,
this.id,
this.inputSource,
this.kind,
this.name,
this.outputSource,
this.prerequisiteStage,
});