ServerSettings constructor
Implementation
const ServerSettings({int concurrentStreamLimit, int streamWindowSize})
: super(
concurrentStreamLimit: concurrentStreamLimit,
streamWindowSize: streamWindowSize);
const ServerSettings({int concurrentStreamLimit, int streamWindowSize})
: super(
concurrentStreamLimit: concurrentStreamLimit,
streamWindowSize: streamWindowSize);