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