DocumentFragment constructor

DocumentFragment()

Implementation

factory DocumentFragment() {
  return DocumentFragment.internal(window.document);
}