RawHtmlNode constructor

const RawHtmlNode(
  1. String html
)

Creates a raw HTML passthrough descriptor with html.

Implementation

const RawHtmlNode(this.html);