ProxyTGetWalletKitConfigInput.fromJson constructor

ProxyTGetWalletKitConfigInput.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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