EmailUpdateRequest class abstract

Implemented types

Constructors

EmailUpdateRequest({required String idToken, required String email, bool returnSecureToken})
const
factory
EmailUpdateRequest.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$EmailUpdateRequestImplCopyWith<_$EmailUpdateRequestImpl>
no setter
email String
The user's new email.
no setter
hashCode int
The hash code for this object.
no setterinherited
idToken String
A Firebase Auth ID token for the user.
no setter
returnSecureToken bool
Whether or not to return an ID and refresh token.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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