SlideCaptchaEndModel constructor
Implementation
SlideCaptchaEndModel({
String? captchaId,
String? captchaKey,
String? captchaValue,
}) {
_captchaId = captchaId;
_captchaKey = captchaKey;
_captchaValue = captchaValue;
}
SlideCaptchaEndModel({
String? captchaId,
String? captchaKey,
String? captchaValue,
}) {
_captchaId = captchaId;
_captchaKey = captchaKey;
_captchaValue = captchaValue;
}