@override Map<String, dynamic> toJson() { Map<String, dynamic> json = { 'currency': currency, 'issuer': issuer, 'value': value }; return json; }