nodeValue property - Node class - dart:html library (original) (raw)
String? getnodeValue
The value of this node.
This varies by this type's nodeType.
Other resources
- Node.nodeValuefrom MDN. This page contains a table of nodeValue values for eachnodeType.
Implementation
String? get nodeValue native;