copy method

  1. @override
Edge copy()
override

Returns a copy of the instance of your object

Implementation

@override
Edge copy() => this;