UserAccounts class

Constructors

UserAccounts.new({required Rx<User> user, required Rx<String> sessionTOKEN, required Rxn<String> language, List<Post>? widgetPosts, List<StoryList>? widgetStoriescard, List<Post>? lastsharingpost, List<Media>? gallery, List<APIPlayerPop>? xpcard, List<APIPlayerPop>? popcard, List<Chat>? chatList, List<Chat>? newchatList, List<News>? newsList, List<User>? searchList, List<Notifications>? notificationList, List<User>? lastviewusersList, List<Group>? lastviewgroupsList, List<School>? lastviewschoolsList, List<Station>? lastviewstationsList, List<Team>? favoriteteams, Map<String, dynamic>? favTeam, bool favteamRequest = false, Rx<int>? chatNotificationCount, Rx<int>? friendRequestCount, Rx<int>? surveyNotificationCount, Rx<int>? eventsNotificationCount, Rx<int>? downloadableCount, Rx<int>? groupInviteCount})
UserAccounts.fromJson(Map<String, dynamic> json)
factory

Properties

chatList List<Chat>?
getter/setter pair
chatNotificationCount ↔ Rx<int>
getter/setter pair
downloadableCount ↔ Rx<int>
getter/setter pair
eventsNotificationCount ↔ Rx<int>
getter/setter pair
favoriteteams List<Team>?
getter/setter pair
favTeam Map<String, dynamic>?
getter/setter pair
favteamRequest bool
getter/setter pair
friendRequestCount ↔ Rx<int>
getter/setter pair
getter/setter pair
groupInviteCount ↔ Rx<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
language ↔ Rxn<String>
getter/setter pair
lastsharingpost List<Post>?
getter/setter pair
lastviewgroupsList List<Group>?
getter/setter pair
lastviewschoolsList List<School>?
getter/setter pair
lastviewstationsList List<Station>?
getter/setter pair
lastviewusersList List<User>?
getter/setter pair
newchatList List<Chat>?
getter/setter pair
newsList List<News>?
getter/setter pair
notificationList List<Notifications>?
getter/setter pair
popcard List<APIPlayerPop>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchList List<User>?
getter/setter pair
sessionTOKEN ↔ Rx<String>
getter/setter pair
surveyNotificationCount ↔ Rx<int>
getter/setter pair
user ↔ Rx<User>
getter/setter pair
value → dynamic
no setter
widgetPosts List<Post>?
getter/setter pair
widgetStoriescard List<StoryList>?
getter/setter pair
xpcard List<APIPlayerPop>?
getter/setter pair

Methods

localeFromJson(String jsonString) Locale
localeToJson(Locale locale) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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