hasListeners method

bool hasListeners()

Implementation

bool hasListeners() {
  return _notifier.hasListeners;
}