IssuedCurrency.fromJson constructor
Creates an instance of IssuedCurrency from JSON data.
The json
parameter represents the JSON data to parse.
Implementation
IssuedCurrency.fromJson(Map<String, dynamic> json)
: currency = json["currency"],
issuer = json["issuer"];