nodeValue property

String? get nodeValue

Implementation

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

Implementation

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