ClientSettings constructor
Implementation
const ClientSettings(
{int concurrentStreamLimit,
int streamWindowSize,
this.allowServerPushes: false})
: super(
concurrentStreamLimit: concurrentStreamLimit,
streamWindowSize: streamWindowSize);