pindery
user
User
User constructor
User
User class
Constructors
User
Properties
email
feedback
name
numberOfFeedbacks
numberOfReviews
profilePictureUrl
rating
surname
thumbsUpByOrganisers
uid
hashCode
runtimeType
Methods
fromFirestore
sendUser
noSuchMethod
toString
Operators
operator ==
Static methods
userDownloader
Constants
usersDbPath
User constructor
User
(
{
String
email
,
String
name
,
String
surname
,
String
profilePictureUrl
,
String
uid
})
Implementation
User({this.email, this.name, this.surname, this.profilePictureUrl, this.uid});