UserData class

Constructors

UserData({required String userId, required String email, required String profilePic, required String name, required List<String> currentEvents, required List<String> pastEvents, required int points, required int grade, required Map<String, int> pastPoints, required List<String> joinedGroups, required Map<String, List<String>> pendingPurchasedItems, required int spendablePoints})

Properties

currentEvents List<String>
no setter
email String
no setter
grade int
no setter
hashCode int
The hash code for this object.
no setterinherited
joinedGroups List<String>
no setter
name String
no setter
pastEvents List<String>
no setter
pastPoints Map<String, int>
no setter
pendingPurchasedItems Map<String, List<String>>
no setter
points int
no setter
profilePic String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spendablePoints int
no setter
userId String
no setter

Methods

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