CoreUsage class
Constructors
Properties
- coreIndex → int
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- idleTime → double
-
final
- isHighlyUtilized → bool
-
no setter
- isLightlyUtilized → bool
-
no setter
- isModeratelyUtilized → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- systemTime → double
-
final
- totalTime → double
-
no setter
- usage → double
-
final
- usageString → String
-
no setter
- userTime → double
-
final
Methods
-
copyWith(
{int? coreIndex, double? usage, double? userTime, double? systemTime, double? idleTime}) → CoreUsage -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override