HeapSnapshotClass class Null safety

A representation of a class type captured in a memory snapshot.

Properties

classId int
The class ID representing this type.
read-only
fields List<HeapSnapshotField>
The list of fields in the class.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
libraryName String
The name of the class's library.
read-only
libraryUri Uri
The Uri of the class's library.
read-only
name String
The simple (not qualified) name of the class.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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