count property

int count

Get the unique count of events registered in the emitter.

Implementation

int get count => _listeners.length;