RelayPoolStatistics constructor
RelayPoolStatistics({})
Implementation
RelayPoolStatistics({
required this.totalRelays,
required this.healthyRelays,
required this.unhealthyRelays,
required this.totalActiveConnections,
required this.averageConnectionsPerRelay,
});