menu
arcane package
documentation
arcane.dart
ChangesNotifierHelperMixin
hasListeners property
hasListeners property
dark_mode
light_mode
hasListeners
property
@
protected
bool
get
hasListeners
Whether the object has listeners.
Implementation
@protected bool get hasListeners { return _count > 0; }
arcane package
documentation
arcane
ChangesNotifierHelperMixin
hasListeners property
ChangesNotifierHelperMixin mixin