UserModel class

Annotations

Constructors

UserModel({String? uid, String? email, String? displayName, String? photoURL, @Default(false) bool disabled, bool? emailVerified, @JsonKey(name: 'metadata', fromJson: userCreationDateFromJson, toJson: userCreationDateToJson) DateTime? creationTime, @Default(CustomClaimsModel()) CustomClaimsModel customClaims})
const
factory
UserModel.fromJson(Map<String, dynamic> json)
factory
UserModel.fromUserAndClaims(User user, CustomClaimsModel claims)
factory
UserModel.none()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailUrl String?
no setter

Methods

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

Operators

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