PerformanceSample constructor
PerformanceSample({
- CpuUsageSample? cpu,
- DiskUsageSample? disk,
- MemoryUsageSample? memory,
- NetworkUsageSample? network,
- String? sampleTime,
Implementation
PerformanceSample({
this.cpu,
this.disk,
this.memory,
this.network,
this.sampleTime,
});