AnalyticsIkonTurnServerStats constructor

AnalyticsIkonTurnServerStats({
  1. String time = '',
  2. int activeAllocationCount = 0,
  3. int activeConnectionCount = 0,
  4. int channelBindingCount = 0,
  5. int totalAllocationsCreated = 0,
  6. double cpuUsagePercentage = 0.0,
  7. double processMemoryUsedMb = 0.0,
  8. double managedMemoryUsedMb = 0.0,
  9. String memoryInfo = '',
})

Implementation

AnalyticsIkonTurnServerStats({
    this.time = '',
    this.activeAllocationCount = 0,
    this.activeConnectionCount = 0,
    this.channelBindingCount = 0,
    this.totalAllocationsCreated = 0,
    this.cpuUsagePercentage = 0.0,
    this.processMemoryUsedMb = 0.0,
    this.managedMemoryUsedMb = 0.0,
    this.memoryInfo = '',
});