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