BaseLimit constructor
BaseLimit({})
Implementation
BaseLimit({
this.streams = 0,
this.streamsInbound = 0,
this.streamsOutbound = 0,
this.conns = 0,
this.connsInbound = 0,
this.connsOutbound = 0,
this.fd = 0,
this.memory = 0,
});