Problem constructor
Problem({
- Device? device,
- ProblemDetail? job,
- String? message,
- ExecutionResult? result,
- ProblemDetail? run,
- ProblemDetail? suite,
- ProblemDetail? test,
Implementation
Problem({
this.device,
this.job,
this.message,
this.result,
this.run,
this.suite,
this.test,
});