ProxyTGetWalletKitConfigInput.fromJson constructor
Implementation
factory ProxyTGetWalletKitConfigInput.fromJson(Map<String, dynamic> json) => ProxyTGetWalletKitConfigInput(body: ProxyTGetWalletKitConfigBody.fromJson(json['body'] as Map<String, dynamic>));