hasObservers method

bool hasObservers()

Implementation

bool hasObservers() {
  return observers.isNotEmpty;
}