FirebaseUserDocument class
Represents a user document in Firebase.
- Annotations
Constructors
- FirebaseUserDocument({String? firstName, String? lastName, String? imageUrl, String? id})
-
Creates a new instance of
FirebaseUserDocument
.const -
FirebaseUserDocument.fromJson(Map<
String, Object?> json, String id) - Constructs a FirebaseUserDocument from JSON.
Properties
- firstName → String?
-
The first name of the user.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier of the user document.
final
- imageUrl → String?
-
The image URL of the user.
final
- lastName → String?
-
The last name of the user.
final
- 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, Object?> - Converts the FirebaseUserDocument to JSON format.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited