hasObservers method

bool hasObservers()
override

Implementation

bool hasObservers() {
  return _listeners.isNotEmpty;
}