AnalyticsIkonHostServerStats constructor

AnalyticsIkonHostServerStats({
  1. String time = '',
  2. String state = '',
  3. String stateReason = '',
  4. int slotCount = 0,
  5. int activeCount = 0,
  6. double cpuUsagePercentage = 0.0,
  7. double processMemoryUsedMb = 0.0,
  8. double managedMemoryUsedMb = 0.0,
  9. String memoryInfo = '',
})

Implementation

AnalyticsIkonHostServerStats({
    this.time = '',
    this.state = '',
    this.stateReason = '',
    this.slotCount = 0,
    this.activeCount = 0,
    this.cpuUsagePercentage = 0.0,
    this.processMemoryUsedMb = 0.0,
    this.managedMemoryUsedMb = 0.0,
    this.memoryInfo = '',
});