JMGroupInfo class

Constructors

JMGroupInfo.fromJson(Map json)

Properties

desc String
getter/setter pair
groupType JMGroupType
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String
getter/setter pair
isBlocked bool
getter/setter pair
isNoDisturb bool
getter/setter pair
level int
getter/setter pair
maxMemberCount int
getter/setter pair
name String
getter/setter pair
owner String
getter/setter pair
ownerAppKey String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetType JMGroup
no setter

Methods

exitGroup({required String? id}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited
updateGroupInfo({String? newName, String? newDesc}) Future<void>

Operators

operator ==(dynamic other) bool
The equality operator.
override