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