bool isRunning

Whether the Stopwatch is currently running.

Source

bool get isRunning => _stop == null;