UIBannedGroupMemberRequestBuilder mixin
UIBannedGroupMemberRequestBuilder is an interface that is used to construct the request body for fetching banned group members using BannedGroupMembersRequestBuilder
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestBuilder ↔ BannedGroupMembersRequestBuilder
-
requestBuilder is an instance of BannedGroupMembersRequestBuilder
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getRequest(
) → BannedGroupMembersRequest - getRequest method is used to get the request body for fetching banned group members
-
getSearchRequest(
String val) → BannedGroupMembersRequest - getSearchRequest method is used to get the request body for searching banned group members
-
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