TextNode constructor
TextNode(
- String content, {
- SourceRange? sourceRange,
Implementation
TextNode(this.content, {this.sourceRange});
TextNode(this.content, {this.sourceRange});