nodeName property

String nodeName

Returns a string appropriate for the type of node.

MDN Reference

Implementation

_i2.String get nodeName => _i4.getProperty(
      this,
      'nodeName',
    );