CpuUsageSample constructor

CpuUsageSample({
  1. double? utilizedPercentage,
})

Implementation

CpuUsageSample({
  this.utilizedPercentage,
});