toJson method

Map<String, dynamic> toJson()

Implementation

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