toString method

  1. @override
String toString()
override

Returns the value of this Int64 as a decimal String.

Implementation

@override
String toString() => _toRadixString(10);