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