clone method

Point<T> clone()

Implementation

Point<T> clone() => Point<T>(x, y);