SetLoginEmailAddress class

Inheritance

Constructors

SetLoginEmailAddress({required String newLoginEmailAddress})
Changes the login email address of the user. The email address can be changed only if the current user already has login email and passwordState.login_email_address_pattern is non-empty.. The change will not be applied until the new login email address is confirmed with checkLoginEmailAddressCode. To use Apple setLoginEmailAddress/Google setLoginEmailAddress instead of a email address, call checkLoginEmailAddressCode directly
const

Properties

hashCode int
The hash code for this object.
no setterinherited
newLoginEmailAddress String
newLoginEmailAddress New login email address
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? newLoginEmailAddress}) SetLoginEmailAddress
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String