VerificationRequest constructor

const VerificationRequest({
  1. String? phone,
  2. VerificationPurpose? purpose,
  3. String? gRecaptchaResponse,
  4. String? hCaptchaResponse,
  5. String? packageName,
})

Implementation

const VerificationRequest({
  this.phone,
  this.purpose,
  this.gRecaptchaResponse,
  this.hCaptchaResponse,
  this.packageName,
});