menu
tri_shield_captcha package
documentation
models/captcha_result.dart
CaptchaResult
CaptchaResult.new const constructor
CaptchaResult.new const constructor
dark_mode
light_mode
CaptchaResult
constructor
const
CaptchaResult
(
{
required
bool
isVerified
,
String
?
uuid
,
})
Implementation
const CaptchaResult({ required this.isVerified, this.uuid, });
tri_shield_captcha package
documentation
models/captcha_result
CaptchaResult
CaptchaResult.new const constructor
CaptchaResult class