copy method

  1. @override
Vertex copy()
override

Returns a copy of the instance of your object

Implementation

@override
Vertex copy() => this;