OpenChannelListQuery class

A class representing query to retrieve OpenChannel list. Currently, 1 kind of OpenChannel list can be queried.

Inheritance

Constructors

OpenChannelListQuery({Chat? chat})

Properties

chat → Chat
finalinherited
customTypeFilter String?
Filters channel custom type
read / write
hashCode int
The hash code for this object.
read-onlyinherited
hasNext bool
Whether there is a next page.
read / writeinherited
includeFrozen bool
Indicate whether to include frozen channels or not.
read / write
includeMetaData bool
Indicate whether to include channel metadata on fetch.
read / write
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
nameKeyword String?
Indicate search keyword for channel name.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
token String?
read / writeinherited
urlKeyword String?
Indicate search keyword for channel URL.
read / write

Methods

next() Future<List<OpenChannel>>
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