bool isRunning

Returns wether the StopWatch is currently running.

Source

bool get isRunning => _start != null && _stop == null;