Return a list of nodes that are the neighbors of node.
node
List<Node> getNeighbors(Node node, {bool onlyWalkable: true});