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