EMGroupOptions class Null safety
The group options to be configured when the chat group is created.
Constructors
- EMGroupOptions({EMGroupStyle style = EMGroupStyle.PrivateOnlyOwnerInvite, int count = 200, bool inviteNeedConfirm = false, String? extension})
- Sets the group options. [...]
Properties
- ext → String?
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- inviteNeedConfirm → bool?
-
Whether you need the approval from the user when adding this user to the chat group. [...]
read-only
- maxCount → int?
-
Gets the maximum number of members in a group. [...]
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- style → EMGroupStyle?
-
Gets the group style. [...]
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