HeapSnapshotObject class Null safety

A representation of an object instance captured in a memory snapshot.

Properties

classId → int
The class ID representing the type of this object.
read-only
data → dynamic
Data associated with this object.
read-only
hashCode → int
The hash code for this object.
read-onlyinherited
identityHashCode → int
The identity hash code of this object.
read-only
klass → HeapSnapshotClass
The class representing the type of this object.
read-only
references → List<int>
A list of indices into HeapSnapshotGraph.objects.
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
shallowSize → int
The space used by this object in bytes.
read-only
successors → Iterable<HeapSnapshotObject>
read-only

Methods

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

Operators

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