toString method

String toString ()

The string representation of this element.

This is equivalent to reading the localName property.

Implementation

String toString() => JS('String', 'String(#)', this);