running property
bool
get
running
Returns whether the timer is currently running.
Implementation
bool get running => _running;
Returns whether the timer is currently running.
bool get running => _running;