CpuData class

Data class for CPU measurements

Constructors

CpuData({required double usage, required int cores})
Creates a new CPU data instance
const

Properties

cores → int
The number of cores
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
usage → double
The current CPU usage percentage (0-100)
final

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