StagesSummary constructor
StagesSummary({})
Implementation
StagesSummary({
this.applicationId,
this.numActiveStages,
this.numCompletedStages,
this.numFailedStages,
this.numPendingStages,
this.numSkippedStages,
});