Follower class
Constructors
Properties
- fullname → String
-
The fullname
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasPlus → bool
-
The flag that user has plus status or not
final
- id → String
-
The id
final
- monthlyXp → int
-
The monthly xp
final
- name → String
-
The usename
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