ToolOutputReference constructor

ToolOutputReference({
  1. Timestamp? creationTime,
  2. FileReference? output,
  3. TestCaseReference? testCase,
})

Implementation

ToolOutputReference({
  this.creationTime,
  this.output,
  this.testCase,
});