running property

bool get running

Returns whether the stopwatch is currently running.

Implementation

bool get running => _running;