VerificationOption constructor
VerificationOption({
- AddressVerificationData? addressData,
- String? announcement,
- EmailVerificationData? emailData,
- String? phoneNumber,
- String? verificationMethod,
Implementation
VerificationOption({
this.addressData,
this.announcement,
this.emailData,
this.phoneNumber,
this.verificationMethod,
});