toJson method

String toJson()

Returns a String representing this Sum.

Implementation

String toJson() => val.toString();