HtmlElement constructor Null safety

HtmlElement()

Implementation

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