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.
Source
static const trusted = const _TrustedHtmlTreeSanitizer()