CPUInfo constructor
CPUInfo({
- String? soc,
- String? cpu,
- String? vendor,
- String? cores,
- String? machines,
- String? cpuClockRange,
- List<
CPUCores> ? cpuClocks, - List<
String> ? supportedAbis, - List<
String> ? supported32bitAbis, - List<
String> ? supported64bitAbis, - List<
String> ? instructions, - String? revision,
- String? governer,
- String? gpu,
- String? gpuVendor,
- String? gpuVersion,
- List<
String> ? openglExtensions,
Implementation
CPUInfo({
this.soc,
this.cpu,
this.vendor,
this.cores,
this.machines,
this.cpuClockRange,
this.cpuClocks,
this.supportedAbis,
this.supported32bitAbis,
this.supported64bitAbis,
this.instructions,
this.revision,
this.governer,
this.gpu,
this.gpuVendor,
this.gpuVersion,
this.openglExtensions,
});