GroupsRequest class

A request object for fetching groups.

Properties

hashCode int
The hash code for this object.
no setterinherited
joinedOnly bool?
Flag to include only joined groups.
final
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
searchKeyword String?
Keyword for searching.
final
tags List<String>?
Tags for filtering.
final
withTags bool?
Flag to include tags.
final

Methods

fetchNext({required dynamic onSuccess(List<Group> groupList)?, required dynamic onError(CometChatException excep)?}) Future<List<Group>>
Returns list of Group object fetched after putting the filters.
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.