isRunning property
bool
get
isRunning
If the queue is processing
Implementation
bool get isRunning => _timer?.isActive ?? false;
If the queue is processing
bool get isRunning => _timer?.isActive ?? false;