cpuThreadCount property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Deprecated: use MachineDetails.core_count instead.
Number of CPU threads allocated to the machine.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.int? cpuThreadCount;