SlideCaptchaEndModel constructor

SlideCaptchaEndModel({
  1. String? captchaId,
  2. String? captchaKey,
  3. String? captchaValue,
})

Implementation

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