ScheduleRunResult constructor

ScheduleRunResult({
  1. Run? run,
})

Implementation

ScheduleRunResult({
  this.run,
});