UserInfo class
Is a friend not in the blacklist 是好友不在黑名单 Not a friend on the blacklist 不是好友在黑名单 Not a friend is not on the blacklist 不是好友不在黑名单
Constructors
- UserInfo({PublicUserInfo? publicInfo, FriendInfo? friendInfo, BlacklistInfo? blackInfo, bool? isFriendship, bool? isBlacklist, String? userID, String? nickname, String? faceURL, String? phoneNumber, int? birth, int? gender, String? email, String? ex, int? createTime, String? remark})
-
UserInfo.fromJson(Map<
String, dynamic> json)
Properties
- birth ↔ int?
-
getter/setter pair
- blackInfo ↔ BlacklistInfo?
-
blacklist information(黑名单资料)
getter/setter pair
- createTime ↔ int?
-
getter/setter pair
- email ↔ String?
-
getter/setter pair
- ex ↔ String?
-
getter/setter pair
- faceURL ↔ String?
-
getter/setter pair
- friendInfo ↔ FriendInfo?
-
Only friends can view information(好友才能查看的资料)
getter/setter pair
- gender ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- isBlacklist ↔ bool?
-
getter/setter pair
- isFriendship ↔ bool?
-
getter/setter pair
- isMale → bool
-
no setter
- nickname ↔ String?
-
getter/setter pair
- phoneNumber ↔ String?
-
getter/setter pair
- publicInfo ↔ PublicUserInfo?
-
User's public profile(用户公开的资料)
getter/setter pair
- remark ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userID ↔ String?
-
getter/setter pair
Methods
-
getShowName(
) → 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override