text property

String text

Implementation

String get text => nodeRoot.text ?? '';
void text=(String newText)

Implementation

set text(String newText) => nodeRoot.text = newText;