hasListeners property

bool hasListeners

Implementation

bool get hasListeners {
  return _listeners.isNotEmpty;
}