isRunning property

bool get isRunning
inherited

If the queue is processing

Implementation

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