EMChatRoom class Null safety
Constructors
-
EMChatRoom.fromJson(Map<
String, dynamic> map) -
factory
Properties
- adminList → dynamic
-
read-only
- announcement → dynamic
-
read-only
- blockList → dynamic
-
read-only
- description → dynamic
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isAllMemberMuted → dynamic
-
read-only
- maxUsers → dynamic
-
read-only
- memberCount → dynamic
-
read-only
- memberList → dynamic
-
read-only
- muteList → dynamic
-
read-only
- name → dynamic
-
read-only
- owner → dynamic
-
read-only
- permissionType → dynamic
-
read-only
- roomId → dynamic
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String - A string representation of this object. [...]
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
permissionTypeFromInt(
int? type) → EMChatRoomPermissionType -
permissionTypeToInt(
EMChatRoomPermissionType type) → int