EMGroup class

Constructors

EMGroup.fromJson(Map map)
factory

Properties

adminList List?
no setter
announcement String?
no setter
blockList List?
no setter
description String?
no setter
groupId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
isAllMemberMuted bool?
no setter
memberCount int?
no setter
memberList List?
no setter
messageBlocked bool?
no setter
muteList List?
no setter
name String?
no setter
noticeEnable bool?
no setter
owner String?
no setter
permissionType EMGroupPermissionType?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings EMGroupOptions?
no setter
sharedFileList List?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited