StopJobResult constructor

StopJobResult({
  1. Job? job,
})

Implementation

StopJobResult({
  this.job,
});