CpuInfo constructor
CpuInfo({})
Implementation
CpuInfo(
{required this.numberOfCores,
required this.abi,
required this.minMaxFrequencies,
required this.currentFrequencies,
required this.cpuTemperature});