clone method

dynamic clone()

Implementation

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