Whether the Stopwatch is currently running.
@override bool get isRunning => _start != null && _stop == null;