LeakedInfo class
泄露信息
Constructors
-
LeakedInfo(List<
RetainingNode> retainingPath, String? gcRootType, {int? timestamp})
Properties
- gcRootType ↔ String?
-
The type of GC root which is holding a reference to the specified object.
Possible values include: * class table * local handle * persistent
handle * stack * user global * weak persistent handle * unknown
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotEmpty → bool
-
no setter
-
retainingPath
↔ List<
RetainingNode> -
Reference chain, if there are multiple reference chains, there is only one
getter/setter pair
- retainingPathJson → String
-
to json string
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp ↔ int?
-
Time to completion of leak detection
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited