toJson method

String toJson()

Returns a serialized version of the BigInt as a String.

Implementation

String toJson() => toString();