SimpleJobQueue constructor

SimpleJobQueue({
  1. int maxQueueSize = 100,
})

Implementation

SimpleJobQueue({this.maxQueueSize = 100});