Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue$currency.fromJson constructor
Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue$currency.fromJson()
Implementation
factory Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue$currency.fromJson(
Map<String, dynamic> json) {
final l$name = json['name'];
final l$code = json['code'];
final l$symbol = json['symbol'];
return Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue$currency(
name: (l$name as String),
code: (l$code as String?),
symbol: (l$symbol as String?),
);
}