toString abstract method Null safety
override
Returns a string representing the value of this integer in decimal
notation; example: '13'
.
Implementation
@override
String toString();
Returns a string representing the value of this integer in decimal
notation; example: '13'
.
@override
String toString();