JobExecutionStageInfo constructor

JobExecutionStageInfo({
  1. List<String>? stepName,
})

Implementation

JobExecutionStageInfo({
  this.stepName,
});