void surroundContents(
Node newParent
)

Not documented.

Source

@DomName('Range.surroundContents')
@DocsEditable()
void surroundContents(Node newParent) => _blink.BlinkRange.instance.surroundContents_Callback_1_(unwrap_jso(this), unwrap_jso(newParent));