ZIMGroupMemberListQueriedResult class

Description: Returns the result of querying the group member list.

Use cases: After querying the group member list, you can use the callback to determine whether the query is successful.

When to call /Trigger: The result is displayed after the group member list is queried.

Related API:queryGroupMemberList, query the group member list.

Constructors

ZIMGroupMemberListQueriedResult({required String groupID, required List<ZIMGroupMemberInfo> userList, required int nextFlag})

Properties

groupID String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextFlag int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userList List<ZIMGroupMemberInfo>
getter/setter pair

Methods

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

Operators

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