TextNode class
Plain text leaf descriptor.
Mounts to a single web.Text DOM node via web.document.createTextNode(text)
in the browser. During server-side rendering (renderToHtml), the text is
sanitized via escapeHtml to prevent cross-site scripting (XSS).
Usually created using the DSL sugar Text.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited