ProfileUpdateRequest class abstract

Implemented types

Constructors

ProfileUpdateRequest({required String idToken, String? displayName, Uri? photoUrl, List<DeleteAttribute> deleteAttribute, bool returnSecureToken})
const
factory
ProfileUpdateRequest.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$ProfileUpdateRequestImplCopyWith<_$ProfileUpdateRequestImpl>
no setter
deleteAttribute List<DeleteAttribute>
List of attributes to delete, DeleteAttribute.DISPLAY_NAME or DeleteAttribute.PHOTO_URL. This will nullify these values.
no setter
displayName String?
User's new display name.
no setter
hashCode int
The hash code for this object.
no setterinherited
idToken String
A Firebase Auth ID token for the user.
no setter
photoUrl Uri?
User's new photo url.
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