PerformanceInsights constructor
PerformanceInsights({
- String? avgPreviousExecutionMs,
- List<
StagePerformanceChangeInsight> ? stagePerformanceChangeInsights, - List<
StagePerformanceStandaloneInsight> ? stagePerformanceStandaloneInsights,
Implementation
PerformanceInsights({
this.avgPreviousExecutionMs,
this.stagePerformanceChangeInsights,
this.stagePerformanceStandaloneInsights,
});