User constructor
User({
- 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,
Implementation
User({
this.userID,
this.userName,
this.firstName,
this.lastName,
this.displayName,
this.avatar,
this.banner,
this.wallpaper,
this.registerDate,
this.job,
this.role,
this.burc,
this.level,
this.levelColor,
this.xp,
this.favTeam,
this.status,
this.ismyFriend,
this.detailInfo,
this.myFriends,
this.mycloseFriends,
this.myGroups,
this.mySchools,
this.myStations,
this.widgetPosts,
this.widgetGallery,
this.widgettaggedPosts,
this.socialaccounts,
this.popularGames,
});