ApplicationUserListQuery class Null safety
A query object to retrieve list of user on current application.
- Inheritance
-
- Object
- QueryBase
- UserListQuery
- ApplicationUserListQuery
- Annotations
Constructors
-
ApplicationUserListQuery({String? metaDataKey, List<
String> ? metaDataValues, String? nicknameStartsWith})
Properties
- channelType ↔ ChannelType?
-
Channel type related to this query
read / writeinherited
- channelUrl ↔ String?
-
Channel url related to this query
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hasNext ↔ bool
-
True if query has next items to be queried
read / writeinherited
- limit ↔ int
-
number of item per executing loadNext
read / writeinherited
- loading ↔ bool
-
True if query is loading
read / writeinherited
- metaDataKey ↔ String?
-
Filters users who have this meta data key.
read / write
-
metaDataValues
↔ List<
String> ? -
Filters users who have this meta data values.
read / write
- nicknameStartsWith ↔ String?
-
Filters users whose nicknames start with the this value
read / write
- queryType ↔ UserListQueryType
-
Query type
read / writeinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- token ↔ String?
-
token for next query
read / writeinherited
-
userIds
↔ List<
String> ? -
Filter for list of user ids
read / writeinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited