UserData class

Constructors

UserData.empty()

Properties

firstLogin bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
phoneNumber String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uidProviderFirst String
The first provider is the google uid which will be later overwritten by the second login The second provider is probably the phone login which will be later used as Unique IDentifier for firestore documents. The second provider can be always retrieved via (FirebaseAuth.instance.) currentUser.uid
getter/setter pair
username String?
getter/setter pair

Methods

isEmpty() bool
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