listeners property
List of all listeners active in the emitter.
This list is used to match event types and data types when an event is emitted.
Implementation
final Set<EventListener> listeners = {};
List of all listeners active in the emitter.
This list is used to match event types and data types when an event is emitted.
final Set<EventListener> listeners = {};