GroupMemberInfo class
群成员信息类,包含群成员信息。
Constructors
- GroupMemberInfo(String userId, int joinedTs, ChatGroupPermissionType role, {String? namecard, String? nickname, String? avatarUrl})
- 创建群成员信息。
-
GroupMemberInfo.fromJson(Map<
String, dynamic> map)
Properties
- avatarUrl → String?
-
群成员的头像。
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- joinedTs → int
-
用户加入群组的时间戳。
final
- namecard → String?
-
群成员的群名片。
final
- nickname → String?
-
群成员的昵称。
final
- role → ChatGroupPermissionType
-
群成员角色。
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → String
-
群成员用户 ID。
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited