ProxyTSignupV2Input.fromJson constructor

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

Implementation

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