LinkForce links([List<Edge<GraphNode>>? links]) { if (links != null) { _links=links; _initialize(); } return this; }