$divHTML function

DIVElement? $divHTML(
  1. Object? html
)

Creates a div node from HTML.

Implementation

DIVElement? $divHTML(Object? html) => $tagHTML(html);