ProgramInfoNode class

Properties

children Map<String, ProgramInfoNode>
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
name String
final
parent ProgramInfoNode?
final
path List<String>
Returns path to this node such that ProgramInfo.lookup would return this node given its path.
no setter
qualifiedName String
Returns the name of this node prefixed by the qualifiedName of its parent.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
Number of bytes in the snapshot which can be attributed to this node.
getter/setter pair
totalSize int
Cumulative size of this node and all of its children.
no setter
type NodeType
no setter

Methods

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.
inherited