core.Map<core.String, core.dynamic> toJson() => { if (currencyCode != null) 'currencyCode': currencyCode!, if (nanos != null) 'nanos': nanos!, if (units != null) 'units': units!, };