menu
vm_snapshot_analysis package
documentation
v8_profile.dart
Snapshot
nodes property
nodes property
dark_mode
light_mode
nodes
property
Iterable
<
Node
>
get
nodes
Return all nodes in the snapshot.
Implementation
Iterable<Node> get nodes => Iterable.generate(nodeCount, nodeAt);
vm_snapshot_analysis package
documentation
v8_profile
Snapshot
nodes property
Snapshot class