ClientsInfo constructor
ClientsInfo({})
Implementation
ClientsInfo({
required this.connectedClients,
required this.clientLongestOutputList,
required this.clientBiggestInputBuf,
required this.blockedClients,
});