Returns this as a serializable JSON value.
@override Map<String, Object?> toJson() => {'runtimeType': 'JsonValueBigInt', 'big-int': value.toString()};