getTimeTakenToStarted method
Returns the time it took to reach the started() state.
This will throw if started() has not yet been called.
Implementation
Duration getTimeTakenToStarted() => _timeTakenToStarted;
Returns the time it took to reach the started() state.
This will throw if started() has not yet been called.
Duration getTimeTakenToStarted() => _timeTakenToStarted;