listeners property

Set<EventListener> listeners
final

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 = {};