nodeValue property

String? nodeValue

Implementation

String? get nodeValue => js_util.getProperty(this, 'nodeValue');
void nodeValue=(String? newValue)

Implementation

set nodeValue(String? newValue) {
  js_util.setProperty(this, 'nodeValue', newValue);
}