1. @DomName('Selection.selectAllChildren')
  2. @DocsEditable()
void selectAllChildren(Node node)

Source

@DomName('Selection.selectAllChildren')
@DocsEditable()
void selectAllChildren(Node node) =>
    _blink.BlinkSelection.instance.selectAllChildren_Callback_1_(this, node);