void stop()

in lib/src/stopwatch.dart [63:66]


  void stop() {
    _elapsed = elapsedMicroseconds;
    _start = null;
  }