PerformanceInsights constructor

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

Implementation

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