unlinkParent method

void unlinkParent()

Implementation

void unlinkParent() {
  _parent = null;
}