ServerSettings constructor

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

Implementation

const ServerSettings({super.concurrentStreamLimit, super.streamWindowSize});