ProxyTGetWalletKitConfigBody.fromJson constructor

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

Implementation

factory ProxyTGetWalletKitConfigBody.fromJson(Map<String, dynamic> json) {
  return ProxyTGetWalletKitConfigBody(
  );
}