selection function

Selection selection()

Selects the root element, document.documentElement.]

final root = d4.selection();

Implementation

Selection selection() {
  return Selection._([
    [document.documentElement]
  ], root);
}