BlockedUsersRequestBuilder class
Builder class for BlockedUsersRequest.
Allows step-by-step creation of an BlockedUsersRequest object.
Constructors
- BlockedUsersRequestBuilder()
- 
          Default constructor for BlockedUsersRequestBuilder.
Properties
- direction ↔ String?
- 
  Direction for fetching blocked users.
  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
- searchKeyword ↔ String?
- 
  Keyword for searching.
  getter/setter pair
- token ↔ int?
- 
  The token for pagination.
  getter/setter pair
Methods
- 
  build() → BlockedUsersRequest 
- 
  Builds and returns an BlockedUsersRequestobject.
- 
  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