FRFireUser class

Constructors

FRFireUser({required String uid, String? displayName, String? avatarURL, String? phoneNumber, String? email})
FRFireUser.fromJson(String source)
factory
FRFireUser.fromMap(Map<String, dynamic> map)
factory

Properties

avatarURL String?
final
displayName String?
final
email String?
final
hashCode int
The hash code for this object.
no setteroverride
phoneNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String
final

Methods

copyWith({String? uid, String? displayName, String? avatarURL, String? phoneNumber, String? email}) FRFireUser
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant FRFireUser other) bool
The equality operator.
override