Settings constructor

const Settings({
  1. int? concurrentStreamLimit,
  2. int? streamWindowSize,
})

Implementation

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