JobNodeDetails constructor

JobNodeDetails({
  1. List<JobRun>? jobRuns,
})

Implementation

JobNodeDetails({
  this.jobRuns,
});