Returns the text of this node.
@override String get text => '';
Sets the text of this node.
@override set text(String value) {}