CaptchaResult constructor

const CaptchaResult({
  1. required bool isVerified,
  2. String? uuid,
})

Implementation

const CaptchaResult({
  required this.isVerified,
  this.uuid,
});