AnalyticsIkonRelayServerStats constructor

AnalyticsIkonRelayServerStats({
  1. String time = '',
  2. int agentCount = 0,
  3. int tcpTunnelCount = 0,
  4. int udpTunnelCount = 0,
  5. int tcpConnectionCount = 0,
  6. double cpuUsagePercentage = 0.0,
  7. double processMemoryUsedMb = 0.0,
  8. double managedMemoryUsedMb = 0.0,
  9. String memoryInfo = '',
})

Implementation

AnalyticsIkonRelayServerStats({
    this.time = '',
    this.agentCount = 0,
    this.tcpTunnelCount = 0,
    this.udpTunnelCount = 0,
    this.tcpConnectionCount = 0,
    this.cpuUsagePercentage = 0.0,
    this.processMemoryUsedMb = 0.0,
    this.managedMemoryUsedMb = 0.0,
    this.memoryInfo = '',
});