ProxyTOAuth2AuthenticateInput.fromJson constructor

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

Implementation

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