toJson method
Implementation
Map<String, dynamic> toJson() => {
'Time': time,
'ActiveAllocationCount': activeAllocationCount,
'ActiveConnectionCount': activeConnectionCount,
'ChannelBindingCount': channelBindingCount,
'TotalAllocationsCreated': totalAllocationsCreated,
'CpuUsagePercentage': cpuUsagePercentage,
'ProcessMemoryUsedMb': processMemoryUsedMb,
'ManagedMemoryUsedMb': managedMemoryUsedMb,
'MemoryInfo': memoryInfo,
};