StopRunResult constructor

StopRunResult({
  1. Run? run,
})

Implementation

StopRunResult({
  this.run,
});