nodes property

List<BubbleNode> nodes

Implementation

List<BubbleNode> get nodes {
  return root.nodes;
}