factory ProxyTInitOtpResponse.fromJson(Map<String, dynamic> json) { final _otpId = json['otpId'] as String; return ProxyTInitOtpResponse( otpId: _otpId, ); }