TextNode constructor

TextNode(
  1. String content, {
  2. SourceRange? sourceRange,
})

Implementation

TextNode(this.content, {this.sourceRange});