TextNode constructor

TextNode(
  1. String? text
)

Implementation

TextNode(this.text) : super(NodeType.TEXT, text: text);