Returns wether the StopWatch is currently running.
StopWatch
bool get isRunning => _start != null && _stop == null;