Clones the row with an empty set of destination values.
static
public function cloneWithoutDestination() { return (new static($this->getSource(), $this->sourceIds, $this->isStub())) ->freezeSource(); }