NodeNotFoundException.fromNode constructor
NodeNotFoundException.fromNode(
- INode node
Implementation
factory NodeNotFoundException.fromNode(INode node) =>
NodeNotFoundException(key: node.key, parentKey: node.parent?.key);