SafeHtmlDirective constructor
SafeHtmlDirective(
- @Optional() HtmlElement? _element
Creates a SafeHtmlDirective instance.
Implementation
SafeHtmlDirective(@Optional() this._element);
Creates a SafeHtmlDirective instance.
SafeHtmlDirective(@Optional() this._element);