poolSize property
int
get
poolSize
Returns the maximum number of isolates in the pool.
Implementation
int get poolSize => _poolSize;
Returns the maximum number of isolates in the pool.
int get poolSize => _poolSize;