BuildBatchPhase constructor

BuildBatchPhase({
  1. List<PhaseContext>? contexts,
  2. int? durationInSeconds,
  3. DateTime? endTime,
  4. StatusType? phaseStatus,
  5. BuildBatchPhaseType? phaseType,
  6. DateTime? startTime,
})

Implementation

BuildBatchPhase({
  this.contexts,
  this.durationInSeconds,
  this.endTime,
  this.phaseStatus,
  this.phaseType,
  this.startTime,
});