FriendInfoEntity class

好友信息实体

Constructors

FriendInfoEntity({required String userID, String? friendRemark, Map<String, String>? friendCustomInfo})
FriendInfoEntity.fromJson(dynamic data)

Properties

friendCustomInfo Map<String, String>?
好友自定义信息
getter/setter pair
friendGroups List<String>?
好友分组列表
getter/setter pair
friendRemark String?
好友备注
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userID String
用户ID
getter/setter pair
userProfile UserEntity?
用户信息
getter/setter pair

Methods

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