GroupMembersRequest class

A request object for fetching group members.

Properties

guid String
Group ID for the group whose members are to be fetched.
final
hashCode int
The hash code for this object.
no setterinherited
key String?
Key for pagination.
getter/setter pair
limit int
Number of results to limit the query.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>?
Scopes for filtering.
final
searchKeyword String?
Keyword for searching.
final

Methods

fetchNext({required dynamic onSuccess(List<GroupMember> groupMemberList)?, required dynamic onError(CometChatException excep)?}) Future<List<GroupMember>>
fetch the list of groups members for a group , returns List of GroupMember.
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

Static Properties

maxLimit int
Maximum limit for the number of results.
final

Constants

defaultLimit → const int
Default limit for the number of results.