isIdle property

bool isIdle

True if the batcher is in an idle state (no threads are running).

Implementation

bool get isIdle => _threads.isEmpty;