count property
int
get
count
Get the unique count of events registered in the emitter.
Implementation
int get count => _listeners.length;
Get the unique count of events registered in the emitter.
int get count => _listeners.length;