StopJob constructor

StopJob({
  1. String? clientVersion,
  2. String? jobId,
  3. String? jobSlug,
  4. String? stopMessage,
  5. DateTime? stopTime,
  6. String? jobRunId,
})

Implementation

StopJob(
    {this.clientVersion,
    this.jobId,
    this.jobSlug,
    this.stopMessage,
    this.stopTime,
    this.jobRunId});