toString method
Returns the result of the JavaScript objects toString
method.
Implementation
String toString() => JS('String', 'String(#)', this);
Returns the result of the JavaScript objects toString
method.
String toString() => JS('String', 'String(#)', this);