JobStatus constructor

JobStatus({
  1. ErrorProto? errorResult,
  2. List<ErrorProto>? errors,
  3. String? state,
})

Implementation

JobStatus({
  this.errorResult,
  this.errors,
  this.state,
});