Follower class

Constructors

Follower.from({required String id, required String name, required String fullname, required String pictureUrl, required int weeklyXp, required int monthlyXp, required int totalXp, required bool hasPlus})
Returns the new instance of Follower based on arguments.

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