UnlinkRequest class abstract

Implemented types

Constructors

UnlinkRequest({required String idToken, required List<String> deleteProvider})
const
factory
UnlinkRequest.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$UnlinkRequestImplCopyWith<_$UnlinkRequestImpl>
no setter
deleteProvider List<String>
The list of provider IDs to unlink, eg: 'google.com', 'password', etc.
no setter
hashCode int
The hash code for this object.
no setterinherited
idToken String
The Firebase ID token of the account.
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