totalCount property

int get totalCount

Total count of managed nodes (active + idle).

Implementation

int get totalCount => _active.length + _idle.length;