VerificationOption class
The verification option represents how to verify the location (indicated by verification method) and where the verification will be sent to (indicated by display data).
Constructors
- VerificationOption({AddressVerificationData? addressData, String? announcement, EmailVerificationData? emailData, String? phoneNumber, String? verificationMethod})
- VerificationOption.fromJson(Map json_)
Properties
- addressData ↔ AddressVerificationData?
-
Set only if the method is MAIL.
getter/setter pair
- announcement ↔ String?
-
Set only if the method is VETTED_PARTNER.
getter/setter pair
- emailData ↔ EmailVerificationData?
-
Set only if the method is EMAIL.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- phoneNumber ↔ String?
-
Set only if the method is PHONE_CALL or SMS.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verificationMethod ↔ String?
-
Method to verify the location.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited