poolSize property

int poolSize
getter/setter pair

How many isolates to create in the pool. If this value is 1, then a single IsolateRunner will be created. Otherwise, a LoadBalancer will be created. Must be greater than 0

Implementation

int poolSize = 1;