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