totalFree property

int totalFree

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

Implementation

int get totalFree => _pool.length;