BannedGroupMembersRequestBuilder class

Builder class for BannedGroupMembersRequest.

Allows step-by-step creation of an BannedGroupMembersRequest object.

Constructors

BannedGroupMembersRequestBuilder({required String guid})
Constructor for BannedGroupMembersRequestBuilder that requires group id.

Properties

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

Methods

build() BannedGroupMembersRequest
Builds and returns an BannedGroupMembersRequest object.
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