The nodeValue property of the Node interface returns or sets the value of the current node.
nodeValue
Node
external String? get nodeValue;
external set nodeValue(String? value);