HtmlElement constructor

HtmlElement()

Implementation

factory HtmlElement() {
  throw UnsupportedError(
      'HtmlElement() factory constructor requires a browser context.');
}