Returns the value of this Int64 as a decimal String.
@override String toString() => _toRadixString(10);