getSelectedNode method

IMindMapNode? getSelectedNode()

Implementation

IMindMapNode? getSelectedNode() {
  return _selectedNode;
}