UnlinkResponse class abstract
- Implemented types
Constructors
-
UnlinkResponse({required String localId, String? email, String? displayName, Uri? photoUrl, String? passwordHash, List<
ProviderUserInfo> providerUserInfo, bool emailVerified}) -
constfactory
-
UnlinkResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ _$$UnlinkResponseImplCopyWith<
_$UnlinkResponseImpl> -
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
- localId → String
-
The uid of the current user.
no setter
- passwordHash → String?
-
Hash version of the password.
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