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

description

String? getnodeName

The name of this node.

This varies by this node's nodeType.

Other resources

Implementation

String? get nodeName native;