User class

Constructors

User.new({int? userID, Rx<String>? userName, Rx<String>? firstName, Rx<String>? lastName, Rx<String>? displayName, Media? avatar, Media? banner, Media? wallpaper, String? registerDate, Job? job, Role? role, Rx<String>? burc, Rx<int>? level, Rx<String>? levelColor, Rx<String>? xp, Team? favTeam, bool? status, Rx<bool>? ismyFriend, Rxn<UserDetailInfo>? detailInfo, RxList<User>? myFriends, RxList<User>? mycloseFriends, List<Group>? myGroups, List<School>? mySchools, List<Station>? myStations, List<Post>? widgetPosts, List<Media>? widgetGallery, List<Post>? widgettaggedPosts, Rx<Socialaccounts>? socialaccounts, RxList<Game>? popularGames})
User.apilogintoUser(APILogin response)
factory
User.fromJson(Map<String, dynamic> json)
factory

Properties

avatar Media?
getter/setter pair
getter/setter pair
burc ↔ Rx<String>?
getter/setter pair
detailInfo ↔ Rxn<UserDetailInfo>?
getter/setter pair
displayName ↔ Rx<String>?
getter/setter pair
favTeam Team?
getter/setter pair
firstName ↔ Rx<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ismyFriend ↔ Rx<bool>?
getter/setter pair
job Job?
getter/setter pair
lastName ↔ Rx<String>?
getter/setter pair
level ↔ Rx<int>?
getter/setter pair
levelColor ↔ Rx<String>?
getter/setter pair
mycloseFriends ↔ RxList<User>?
getter/setter pair
myFriends ↔ RxList<User>?
getter/setter pair
myGroups List<Group>?
getter/setter pair
mySchools List<School>?
getter/setter pair
myStations List<Station>?
getter/setter pair
popularGames ↔ RxList<Game>?
getter/setter pair
registerDate String?
getter/setter pair
role Role?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socialaccounts ↔ Rx<Socialaccounts>?
getter/setter pair
status bool?
getter/setter pair
userID int?
getter/setter pair
userName ↔ Rx<String>?
getter/setter pair
wallpaper Media?
getter/setter pair
widgetGallery List<Media>?
getter/setter pair
widgetPosts List<Post>?
getter/setter pair
widgettaggedPosts List<Post>?
getter/setter pair
xp ↔ Rx<String>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
storyViewUserList({bool isLiked = false}) Widget
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
updateUser({required User targetUser}) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited