Query$getUserWalletWithReputations$getUserWalletWithReputations$coin$country.fromJson constructor
Query$getUserWalletWithReputations$getUserWalletWithReputations$coin$country.fromJson()
Implementation
factory Query$getUserWalletWithReputations$getUserWalletWithReputations$coin$country.fromJson(
Map<String, dynamic> json) {
final l$id = json['id'];
final l$name = json['name'];
final l$code = json['code'];
final l$dialCode = json['dialCode'];
final l$iconFlag = json['iconFlag'];
final l$$__typename = json['__typename'];
return Query$getUserWalletWithReputations$getUserWalletWithReputations$coin$country(
id: (l$id as String),
name: (l$name as String),
code: (l$code as String?),
dialCode: (l$dialCode as String?),
iconFlag: (l$iconFlag as String?),
$__typename: (l$$__typename as String),
);
}