textNode function

Text textNode(
  1. String value
)

A text node, for mixing raw strings into children lists.

Implementation

web.Text textNode(String value) => web.Text(value);