ToolOutputReference constructor
ToolOutputReference({
- Timestamp? creationTime,
- FileReference? output,
- TestCaseReference? testCase,
Implementation
ToolOutputReference({
this.creationTime,
this.output,
this.testCase,
});