TextNode constructor

TextNode(
  1. String text
)

Implementation

TextNode(this.text) : super(':text');