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