nodes property

Map<String, VSNodeData> get nodes

Node data map in this format: {NodeData.id: NodeData}

Implementation

Map<String, VSNodeData> get nodes => nodeManager.nodes;