Predecessor constructor

Predecessor({
  1. String? jobName,
  2. String? runId,
})

Implementation

Predecessor({
  this.jobName,
  this.runId,
});