TextModeNode constructor
TextModeNode(
- String text, {
- SourceRange? sourceRange,
Implementation
TextModeNode(this.text, {this.sourceRange});
TextModeNode(this.text, {this.sourceRange});