RecommendedUser class
Constructors
- RecommendedUser.from({required String id, required String name, required String fullname, required String pictureUrl, required int weeklyXp, required int monthlyXp, required int totalXp})
- Returns the new instance of RecommendedUser based on arguments.
Properties
- fullname → String
-
The fullname
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
The id
final
- monthlyXp → int
-
The monthly xp
final
- name → String
-
The name
final
- pictureUrl → String
-
The picture url
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalXp → int
-
The total xp
final
- weeklyXp → int
-
The weekly xp
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override