toHtmlElement property

Element? get toHtmlElement

Implementation

html.Element? get toHtmlElement {
  return THtmlParser.getHtmlElement(this);
}