VerificationOption constructor

VerificationOption({
  1. AddressVerificationData? addressData,
  2. String? announcement,
  3. EmailVerificationData? emailData,
  4. String? phoneNumber,
  5. String? verificationMethod,
})

Implementation

VerificationOption({
  this.addressData,
  this.announcement,
  this.emailData,
  this.phoneNumber,
  this.verificationMethod,
});