totalCount property
int
get
totalCount
Total count of managed nodes (active + idle).
Implementation
int get totalCount => _active.length + _idle.length;
Total count of managed nodes (active + idle).
int get totalCount => _active.length + _idle.length;