listenerCount property

int listenerCount

Returns the number of listeners listening to this model.

Implementation

int get listenerCount => _listeners.length;