controllerCount property

int get controllerCount

Gets the total number of controllers currently managed

This property returns the count of all controllers, regardless of their state (attached, detached, or disposed).

Implementation

int get controllerCount => _controllersByName.length;