HtmlElement constructor - HtmlElement - dart:html library (original) (raw)
HtmlElement()
Implementation
factory HtmlElement() {
throw new UnsupportedError("Not supported");
}
HtmlElement()
factory HtmlElement() {
throw new UnsupportedError("Not supported");
}