toString method
override
The string representation of this element.
This is equivalent to reading the localName property.
Implementation
String toString() => JS('String', 'String(#)', this);
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
The string representation of this element.
This is equivalent to reading the localName property.
String toString() => JS('String', 'String(#)', this);