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