CpuInfo class

Constructors

CpuInfo({required int numOfProcessors, required String archName, required String modelName, required List<String> features, required List<ProcessorInfo> processors, required List<double> temperatures})
CpuInfo.fromJS(CpuInfo _wrapped)

Properties

archName String
The architecture name of the processors.
getter/setter pair
features List<String>
A set of feature codes indicating some of the processor's capabilities. The currently supported codes are "mmx", "sse", "sse2", "sse3", "ssse3", "sse4_1", "sse4_2", and "avx".
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modelName String
The model name of the processors.
getter/setter pair
numOfProcessors int
The number of logical processors.
getter/setter pair
processors List<ProcessorInfo>
Information about each logical processor.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperatures List<double>
List of CPU temperature readings from each thermal zone of the CPU. Temperatures are in degrees Celsius.
getter/setter pair
toJS → CpuInfo
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited