handlerCount property

int get handlerCount

Returns the number of registered handlers.

Implementation

int get handlerCount => _handlers.length;