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