EMGroup class Null safety

Constructors

EMGroup.fromJson(Map map)
factory

Properties

adminList → List?
read-only
announcement → String?
read-only
blockList → List?
read-only
description → String?
read-only
groupId → String?
read-only
hashCode → int
The hash code for this object. [...]
read-only, inherited
isAllMemberMuted → bool?
read-only
memberCount → int?
read-only
memberList → List?
read-only
messageBlocked → bool?
read-only
muteList → List?
read-only
name → String?
read-only
noticeEnable → bool?
read-only
owner → String?
read-only
permissionType EMGroupPermissionType?
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
settings EMGroupOptions?
read-only
sharedFileList → List?
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() → Map
toString() → String
A string representation of this object. [...]

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited

Static Methods

permissionTypeFromInt(int? type) EMGroupPermissionType
permissionTypeToInt(EMGroupPermissionType? type) → int