IssuedCurrencyAmount.fromJson constructor
Creates an instance of IssuedCurrencyAmount from JSON data.
Implementation
IssuedCurrencyAmount.fromJson(Map<String, dynamic> json)
: value = json["value"],
super.fromJson(json);
Creates an instance of IssuedCurrencyAmount from JSON data.
IssuedCurrencyAmount.fromJson(Map<String, dynamic> json)
: value = json["value"],
super.fromJson(json);