BuildBatchPhase constructor
BuildBatchPhase({
- List<
PhaseContext> ? contexts, - int? durationInSeconds,
- DateTime? endTime,
- StatusType? phaseStatus,
- BuildBatchPhaseType? phaseType,
- DateTime? startTime,
Implementation
BuildBatchPhase({
this.contexts,
this.durationInSeconds,
this.endTime,
this.phaseStatus,
this.phaseType,
this.startTime,
});