totalUsed property

int totalUsed

The amount of objects that are in use in the pool.

Implementation

int get totalUsed => _count - _pool.length;