UsersRequestBuilder class

Builder class for UsersRequest.

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

Constructors

UsersRequestBuilder()
Default constructor for UsersRequestBuilder.

Properties

currentPage int?
Current page number.
getter/setter pair
friendsOnly bool?
Flag to include only friends.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideBlockedUsers bool?
Flag to hide blocked users.
getter/setter pair
inProgress bool?
Flag to indicate fetching progress.
getter/setter pair
limit int?
Number of results to limit the query.
getter/setter pair
nextPage int?
Page number for pagination.
getter/setter pair
role String?
Role of the users.
getter/setter pair
roles List<String>?
Roles for filtering.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchKeyword String?
Keyword for searching.
getter/setter pair
tags List<String>?
Tags for filtering.
getter/setter pair
token int?
Token for pagination.
getter/setter pair
totalPages int?
Total number of pages.
getter/setter pair
uids List<String>?
User ids for filtering.
getter/setter pair
userStatus String?
Status of the users.
getter/setter pair
withTags bool?
Flag to include tags.
getter/setter pair

Methods

build() UsersRequest
Builds and returns an UsersRequest 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