createHtmlElement abstract method
Creates and returns a WebHTMLElement to represent this object in the DOM.
Returns null if no element should be created.
Implementation
WebHTMLElement? createHtmlElement();
Creates and returns a WebHTMLElement to represent this object in the DOM.
Returns null if no element should be created.
WebHTMLElement? createHtmlElement();