ConnectionStatus constructor
Creates a new ConnectionStatus with the specified parameters.
Implementation
ConnectionStatus({
required this.connectionCount,
required this.activeConnectionCount,
});
Creates a new ConnectionStatus with the specified parameters.
ConnectionStatus({
required this.connectionCount,
required this.activeConnectionCount,
});