EMGroup class Null safety
The EMGroup class, which contains the information of the chat group.
Properties
- adminList → List?
-
Gets the admin list of the group. [...]
read-only
- announcement → String?
-
The content of the group announcement.
read-only
- blockList → List?
-
Gets the block list of the group. [...]
read-only
- description → String?
-
Gets the group description. [...]
read-only
- groupId → String
-
Gets the group ID.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isAllMemberMuted → bool?
-
Gets Whether all members are muted. [...]
read-only
- isMemberAllowToInvite → bool
-
Checks whether a group member is allowed to invite other users to join the group. [...]
read-only
- isMemberOnly → bool
-
Checks whether users cannot join a chat group freely: [...]
read-only
- maxUserCount → int?
-
Gets the maximum number of group members allowed in a group. The parameter is set when the group is created. [...]
read-only
- memberCount → int?
-
Gets the member count of the group. [...]
read-only
- memberList → List?
-
Gets the member list of the group. [...]
read-only
- messageBlocked → bool?
-
Gets whether the group message is blocked. [...]
read-only
- muteList → List?
-
Gets the mute list of the group. [...]
read-only
- name → String?
-
Gets the group name. [...]
read-only
- noticeEnable → bool?
-
@Deprecated(""), read-only
- owner → String?
-
Gets the user ID of the group owner. [...]
read-only
- permissionType → EMGroupPermissionType?
-
Gets the current user's role in group. [...]
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- settings → EMGroupOptions?
-
@Deprecated("Switch to using isMemberOnly | isMemberAllowToInvite | maxUserCount to instead."), read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited