Map<String, dynamic> toMap() => <String, dynamic>{ if (amount != null) "amount": amount, if (goldAmount != null) "goldAmount": goldAmount, };