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