VerifyCodeSettings class

Set verify code settings

Constructors

VerifyCodeSettings(VerifyCodeAction action, {int sendInterval = 0, Locale? locale})

Properties

action VerifyCodeAction
Sets the verification code type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locale Locale?
Sets the language in which the verification code message is sent.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendInterval int
Sets the interval for sending verification codes.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited