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