Settings constructor

const Settings({int concurrentStreamLimit, int streamWindowSize })

Implementation

const Settings({this.concurrentStreamLimit, this.streamWindowSize});