HtmlElement constructor - HtmlElement - dart:html library (original) (raw)

description

HtmlElement()

Implementation

factory HtmlElement() {
  throw new UnsupportedError("Not supported");
}