toString method - Element class - dart:html library (original) (raw)
String toString()
override
The string representation of this element.
This is equivalent to reading the localName property.
Implementation
String toString() => localName;
String toString()
override
The string representation of this element.
This is equivalent to reading the localName property.
String toString() => localName;