tagName property

String tagName

Returns the HTML-uppercased qualified name.

MDN Reference

Implementation

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