Document constructor

Document()

Implementation

factory Document() {
  return XmlDocument.internal(
    window: universal_html.window,
    contentType: 'text/html',
  );
}