stopwatch method Null safety
Returns a new stopwatch that uses the current time as reported by this.
Implementation
Stopwatch stopwatch() => ClockStopwatch(this);
Returns a new stopwatch that uses the current time as reported by this.
Stopwatch stopwatch() => ClockStopwatch(this);