nodeValue property - Node class - dart:html library (original) (raw)

description

String? getnodeValue

The value of this node.

This varies by this type's nodeType.

Other resources

Implementation

String? get nodeValue native;