detachFromParent method

void detachFromParent()

Implementation

void detachFromParent() {
  _parent = null;
}