ConfirmEmailResponse class abstract

Implemented types

Constructors

ConfirmEmailResponse({String? email, String? displayName, Uri? photoUrl, String? passwordHash, List<ProviderUserInfo> providerUserInfo, bool emailVerified})
const
factory
ConfirmEmailResponse.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$ConfirmEmailResponseImplCopyWith<_$ConfirmEmailResponseImpl>
no setter
displayName String?
The display name for the account.
no setter
email String?
The email of the account.
no setter
emailVerified bool
Whether or not the account's email has been verified.
no setter
hashCode int
The hash code for this object.
no setterinherited
passwordHash String?
The password hash.
no setter
photoUrl Uri?
The photo Url for the account.
no setter
providerUserInfo List<ProviderUserInfo>
List of all linked ProviderUserInfos.
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