UserListQuery class Null safety
A query object to retrieve user list
- Inheritance
- Implementers
- Annotations
Constructors
-
UserListQuery({required UserListQueryType queryType, ChannelType? channelType, String? channelUrl, List<
String> ? userIds})
Properties
- channelType ↔ ChannelType?
-
Channel type related to this query
read / write
- channelUrl ↔ String?
-
Channel url related to this query
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hasNext ↔ bool
-
True if query has next items to be queried
read / write, inherited
- limit ↔ int
-
number of item per executing loadNext
read / write, inherited
- loading ↔ bool
-
True if query is loading
read / write, inherited
- queryType ↔ UserListQueryType
-
Query type
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- token ↔ String?
-
token for next query
read / write, inherited
-
userIds
↔ List<
String> ? -
Filter for list of user ids
read / write
Methods
-
loadNext(
) → Future< List< User> > -
Load next items asynchronously
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited