registeredCount property
int
get
registeredCount
The number of dependencies registered locally in this scope.
Implementation
int get registeredCount => _registry.length;
The number of dependencies registered locally in this scope.
int get registeredCount => _registry.length;