ProxyTGetAccountInput.fromJson constructor

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

Implementation

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