toString method

  1. @DomName('HTMLAreaElement.toString')
  2. @DocsEditable()
String toString ()

The string representation of this element.

This is equivalent to reading the localName property.

Implementation

@DomName('HTMLAreaElement.toString')
@DocsEditable()
String toString() => JS('String', 'String(#)', this);