FeedChannelListQuery class
A class representing query to retrieve FeedChannel list for the current User. @since 4.0.1
Constructors
- FeedChannelListQuery({Chat? chat})
Properties
- chat → Chat
-
finalinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hasNext ↔ bool
-
Whether there is a next page.
read / writeinherited
- includeEmpty ↔ bool
-
Checks whether query result includes empty channels. (channels without messages).
This flag is true by default.
@since 4.0.1
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
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- token ↔ String?
-
read / writeinherited
Methods
-
next(
) → Future< List< FeedChannel> > -
Gets the list of FeedChannels. The queried result is passed to
handler
as list. If this method is repeatedly called after each next is finished, it retrieves the following pages of the FeedChannel list. If there is no more pages to be read, an empty list (notnull
) is returned. @since 4.0.1override -
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