OpenChannelListQuery class

A query object to retrieve list of open channel.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

OpenChannelListQuery()

Properties

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

Methods

loadNext() Future<List<OpenChannel>>
Load next items asynchronously
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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