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