String toString( )

The string representation of this element.

This is equivalent to reading the localName property.

Source

/**
 * The string representation of this element.
 *
 * This is equivalent to reading the [localName] property.
 */
String toString() => localName;