clone method

dynamic clone()

Implementation

clone() {
  return Curve().copy(this);
}