api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Returns a string representation of this integer.
The returned string is parsable by parse. For any int i, it is guaranteed that i == int.parse(i.toString()).
int
i
i == int.parse(i.toString())
String toString();