isWaitingAny property

bool isWaitingAny

Return true if there is any waiting (any flag).

Implementation

bool get isWaitingAny => _flags.isNotEmpty;