TestTiming constructor

TestTiming({
  1. Duration? testProcessDuration,
})

Implementation

TestTiming({
  this.testProcessDuration,
});