isolateSize property

int get isolateSize

Returns the current number of isolates in the pool.

Implementation

int get isolateSize => _isolatePool.isolateList.length;