Converts to a JSON Object
Map<String, dynamic> toJSONBody() => { 'currency': currency, 'value': value, 'exponent': exponent, };