count property

int count
inherited

Get the unique count of events registered in the emitter.

Implementation

int get count => _listeners.length;