text function

Node text(
  1. String text
)

Implementation

Node text(String text) => TextNode(text);