GraphEdge<Node extends GraphNode<Object> > constructor
const
GraphEdge<Node extends GraphNode<Object> > (
- Node from,
- Node to
Create an GraphEdge.
Implementation
const GraphEdge(this.from, this.to);