getLinksForNode method
Gets all links for a specific node
Implementation
List<LinkStateEntry<T>> getLinksForNode(T node) => nodeLinks[node] ?? [];
Gets all links for a specific node
List<LinkStateEntry<T>> getLinksForNode(T node) => nodeLinks[node] ?? [];