nodeValue property

String? nodeValue

Implementation

_i2.String? get nodeValue => _i4.getProperty(
      this,
      'nodeValue',
    );
void nodeValue=(String? value)

Implementation

set nodeValue(_i2.String? value) {
  _i4.setProperty(
    this,
    'nodeValue',
    value ?? _i6.undefined,
  );
}