Worker constructor

Worker({
  1. int bufferSize = 200000,
})

Implementation

Worker({this.bufferSize = 200000});