OperatorListQuery class

A class representing query to retrieve operator lists related to User.

Inheritance

Constructors

OperatorListQuery({required ChannelType channelType, required String channelUrl, Chat? chat})

Properties

channelType ChannelType
The ChannelType of the channel you want to get operators from.
getter/setter pair
channelUrl String
The channel url of the channel you want to get operators from.
getter/setter pair
chat → Chat
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasNext bool
Whether there is a next page.
getter/setter pairinherited
isLoading bool
Whether the current query is in communication progress with server.
getter/setter pairinherited
limit int
The maximum number of items per queried page.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
getter/setter pairinherited

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