hasActiveObservers method

bool hasActiveObservers()

Implementation

bool hasActiveObservers() {
  return activeCount > 0;
}