USystemMetricsResponse constructor
USystemMetricsResponse({})
Implementation
USystemMetricsResponse({
required this.date,
this.cpuUsage = 0,
this.memoryUsage = 0,
this.diskUsage = 0,
this.totalMemory = 0,
this.freeMemory = 0,
this.totalDisk = 0,
this.freeDisk = 0,
});