BannedGroupMembersRequest class
A request object for fetching banned group members.
Properties
- guid → String
-
Group ID for the group whose banned 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> groupList)?, required dynamic onError(CometChatException excep)?}) → Future<List< GroupMember> > - fetch the list of Users that logged-in user have blocked.
-
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
- defaultLimit → int
-
Default limit for the number of results.
final
- directionBlockedByMe → String
-
The direction indicating that the current user has blocked the other user.
final
- directionBoth → String
-
The direction indicating that both users have blocked each other.
final
- directionHasBlockedMe → String
-
The direction indicating that the other user has blocked the current user.
final
- maxLimit → int
-
Maximum limit for the number of results.
final