UserModel class
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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited