isActive property

bool get isActive

Whether the timer is active (running or paused)

Implementation

bool get isActive => _isRunning || _isPaused;