toString method Null safety
Returns a string representation of this object.
Implementation
String toString() => JS('String', 'String(#)', this);
Returns a string representation of this object.
String toString() => JS('String', 'String(#)', this);