Point<T> clone()

Source

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