JobStatus constructor
JobStatus({
- ErrorProto? errorResult,
- List<
ErrorProto> ? errors, - String? state,
Implementation
JobStatus({
this.errorResult,
this.errors,
this.state,
});