markForDestruction method

void markForDestruction()

Implementation

void markForDestruction() {
  parent.toDestroy.add(this);
}