GetRecaptchaParamResponse constructor

GetRecaptchaParamResponse({
  1. String? kind,
  2. String? recaptchaSiteKey,
  3. String? recaptchaStoken,
})

Implementation

GetRecaptchaParamResponse({
  this.kind,
  this.recaptchaSiteKey,
  this.recaptchaStoken,
});