anyObjectsBusy property

bool anyObjectsBusy

Implementation

bool get anyObjectsBusy => _busyStates.values.any((busy) => busy);