void start()

in lib/src/stopwatch.dart [58:60]


  void start() {
    _start ??= _clock.now();
  }