isRunning property

bool isRunning
override

Whether the Stopwatch is currently running.

Implementation

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