anyObjectsBusy property

bool get anyObjectsBusy
inherited

Implementation

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