MemberListQuery class

A query object to retrieve list of members from my group channel.

Inheritance

Constructors

MemberListQuery({required String channelUrl, Chat? chat})

Properties

channelUrl String
The url of the channel to get member list from.
read / write
chat → Chat
finalinherited
hashCode int
The hash code for this object.
read-onlyinherited
hasNext bool
Whether there is a next page.
read / writeinherited
isLoading bool
Whether the current query is in communication progress with server.
read / writeinherited
limit int
The maximum number of items per queried page.
read / writeinherited
memberStateFilter MyMemberStateFilter
A filter to return members with the member state matching to MyMemberStateFilter.
read / write
mutedMemberFilter MutedMemberFilter
Muted member filter.
read / write
nicknameStartsWith String?
A filter to return members whose nicknames start with the specified string.
read / write
operatorFilter OperatorFilter
Operator filter.
read / write
order MemberListOrder
Indicates how the query result should be ordered.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
token String?
read / writeinherited

Methods

next() Future<List<User>>
Gets the list of next items.
override
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