Removes this layer from its parent layer's child list
@mustCallSuper void detach() { _parent?._remove(this); }