IsolatePool constructor

IsolatePool({
  1. int poolSize = 2,
  2. int frameQueueDepth = 3,
})

Implementation

IsolatePool({
  this.poolSize = 2,
  this.frameQueueDepth = 3,
});