ThreadDetail class

Constructors

ThreadDetail({required int threadId, required double cpuUsage, required double userTime, required double systemTime, required int runState, required String threadName, required bool isActive})
const
ThreadDetail.fromJson(Map<String, dynamic> json)
factory

Properties

cpuUsage double
final
cpuUsageString String
no setter
displayName String
no setter
hashCode int
The hash code for this object.
no setteroverride
isActive bool
final
runState int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemTime double
final
threadId int
final
threadName String
final
totalTime double
no setter
userTime double
final

Methods

copyWith({int? threadId, double? cpuUsage, double? userTime, double? systemTime, int? runState, String? threadName, bool? isActive}) ThreadDetail
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