PerformanceInsights constructor

PerformanceInsights({
  1. String? avgPreviousExecutionMs,
  2. List<StagePerformanceChangeInsight>? stagePerformanceChangeInsights,
  3. List<StagePerformanceStandaloneInsight>? stagePerformanceStandaloneInsights,
})

Implementation

PerformanceInsights({
  this.avgPreviousExecutionMs,
  this.stagePerformanceChangeInsights,
  this.stagePerformanceStandaloneInsights,
});