menu
ios_device_monitor package
documentation
models/cpu_info.dart
CpuInfo
CpuInfo.new const constructor
CpuInfo.new const constructor
dark_mode
light_mode
CpuInfo
constructor
const
CpuInfo
(
{
String
?
architecture
,
required
int
coreCount
,
})
Implementation
const CpuInfo({ this.architecture, required this.coreCount, });
ios_device_monitor package
documentation
models/cpu_info
CpuInfo
CpuInfo.new const constructor
CpuInfo class