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