isRunning property

bool get isRunning

If the queue is processing

Implementation

bool get isRunning => _timer?.isActive ?? false;