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