UserInfo class Null safety
User profile information, visible only to the Firebase project's apps.
Constructors
Properties
- displayName → String?
-
The users display name. [...]
read-only
- email → String?
-
The users email address. [...]
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- phoneNumber → String?
-
Returns the users phone number. [...]
read-only
- photoURL → String?
-
Returns a photo URL for the user. [...]
read-only
- providerId → String
-
The federated provider ID.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- uid → String?
-
The user's unique ID.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited