stepTimes property
StepTimes
get
stepTimes
The StepTimes class which holds all the times starting and ending of each stage in a test.
Implementation
StepTimes get stepTimes => _stepTimes;
set
stepTimes
(StepTimes stepTimes)
Set step times
Implementation
set stepTimes(StepTimes stepTimes) {
this._stepTimes = stepTimes;
}