FlintRawHtml constructor

const FlintRawHtml(
  1. String value, {
  2. bool trusted = true,
})

Creates a raw HTML node.

Implementation

const FlintRawHtml(this.value, {this.trusted = true});