Raw constructor

const Raw(
  1. String html
)

Creates a raw HTML passthrough descriptor with html.

Implementation

const Raw(super.html);