isRunning property

bool get isRunning

Whether the timer is currently running.

Implementation

bool get isRunning => _timer != null && !_disposed;