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