StagePerformanceChangeInsight constructor

StagePerformanceChangeInsight({
  1. InputDataChange? inputDataChange,
  2. String? stageId,
})

Implementation

StagePerformanceChangeInsight({
  this.inputDataChange,
  this.stageId,
});