totalFree property

int get totalFree

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

Implementation

int get totalFree => _pool.length;