trusted constant Null safety

_TrustedHtmlTreeSanitizer const trusted

A sanitizer for trees that we trust. It does no validation and allows any elements. It is also more efficient, since it can pass the text directly through to the underlying APIs without creating a document fragment to be sanitized.

Implementation

static const trusted = const _TrustedHtmlTreeSanitizer();