ServerSettings constructor

const ServerSettings({int concurrentStreamLimit, int streamWindowSize })

Implementation

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