TGetPoliciesInput.fromJson constructor

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

Implementation

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