copy method
Returns a copy of the instance of your object
Implementation
@override
SimpleUndirectedEdge copy() => SimpleUndirectedEdge(a, b, weight);
Returns a copy of the instance of your object
@override
SimpleUndirectedEdge copy() => SimpleUndirectedEdge(a, b, weight);