AliyunCaptchaOption constructor

AliyunCaptchaOption({
  1. String? appKey,
  2. String? scene,
  3. String? language,
  4. int? fontSize,
  5. bool? hideErrorCode,
  6. Map<String, dynamic>? upLang,
  7. dynamic test,
})

Implementation

AliyunCaptchaOption({
  this.appKey,
  this.scene,
  this.language,
  this.fontSize,
  this.hideErrorCode,
  this.upLang,
  this.test,
});