PhoneEmailState class
Constructors
- PhoneEmailState({required VerificationType verificationType, String identifier = '', CountryCode? countryCode, String verificationCode = '', bool isLoading = false, bool showError = false, String? errorMessage, bool isVerificationSent = false, bool isVerified = false})
Properties
- countryCode → CountryCode?
-
final
- errorMessage → String?
-
final
- fullIdentifier → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String
-
final
- isLoading → bool
-
final
- isVerificationSent → bool
-
final
- isVerified → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showError → bool
-
final
- verificationCode → String
-
final
- verificationType → VerificationType
-
final
Methods
-
copyWith(
{VerificationType? verificationType, String? identifier, CountryCode? countryCode, String? verificationCode, bool? isLoading, bool? showError, String? errorMessage, bool? isVerificationSent, bool? isVerified}) → PhoneEmailState -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited