factory XRPCurrencies.fromJson(Map<String, dynamic> json) { if (json["currency"] == "XRP") { return XRP(); } return IssuedCurrency.fromJson(json); }