OpenChannelListQuery class Null safety

A query object to retrieve list of open channel.

Inheritance
Annotations

Constructors

OpenChannelListQuery()

Properties

channelName String?
Channel name contains
read / write
channelUrl String?
Channel url contains
read / write
customType String?
Filters channel custom type
read / write
hashCode int
The hash code for this object.
read-onlyinherited
hasNext bool
True if query has next items to be queried
read / writeinherited
includeFrozenChannel bool
Query result includes frozen channels if true default value is true
read / write
includeMetaData bool
read / write
limit int
number of item per executing loadNext
read / writeinherited
loading bool
True if query is loading
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
token String?
token for next query
read / writeinherited

Methods

loadNext() Future<List<OpenChannel>>
Load next items asynchronously
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited