HeapSnapshotClass class
A representation of a class type captured in a memory snapshot.
Properties
- classId → int
-
The class ID representing this type.
no setter
-
fields
→ List<
HeapSnapshotField> -
The list of fields in the class.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- libraryName → String
-
The name of the class's library.
no setter
- libraryUri → Uri
-
The Uri of the class's library.
no setter
- name → String
-
The simple (not qualified) name of the class.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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