BuildPerformance constructor

BuildPerformance(
  1. Iterable<BuildPhasePerformance> phases,
  2. Iterable<BuilderActionPerformance> actions,
  3. DateTime startTime,
  4. DateTime stopTime,
)

Implementation

BuildPerformance(
    this.phases, this.actions, DateTime startTime, DateTime stopTime)
    : super(startTime, stopTime);