moduleCount property
int
get
moduleCount
Total number of active registered modules in this registry.
Implementation
int get moduleCount => _modules.length;
Total number of active registered modules in this registry.
int get moduleCount => _modules.length;