Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue.fromJson constructor
Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue.fromJson()
Implementation
factory Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue.fromJson(
Map<String, dynamic> json) {
final l$amount = json['amount'];
final l$currency = json['currency'];
return Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue(
amount: (l$amount as String?),
currency: l$currency == null
? null
: Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue$currency
.fromJson((l$currency as Map<String, dynamic>)),
);
}