nodes property
Map<String, VSNodeData>
get
nodes
Returns a copy of the current node data
Implementation
Map<String, VSNodeData> get nodes => Map.from(_nodes);
Returns a copy of the current node data
Map<String, VSNodeData> get nodes => Map.from(_nodes);