isIdle property

bool isIdle

Whether this group has no pending futures.

Implementation

bool get isIdle => _pending == 0;