TextNode constructor
TextNode([
- String text = ''
Implementation
TextNode([String text = ''])
: assert(!text.contains('\n')),
super._(text);
TextNode([String text = ''])
: assert(!text.contains('\n')),
super._(text);