menu
dom_tools package
documentation
dom_tools.dart
toHTML function
toHTML function
dark_mode
light_mode
toHTML
function
String
toHTML
(
HTMLElement
element
)
Converts
element
to HTML.
Implementation
String toHTML(HTMLElement element) { return _toHTMLAny(element); }
dom_tools package
documentation
dom_tools
toHTML function
dom_tools library