OperatorListQuery class Null safety
A query object to retrieve operators.
- Inheritance
- Annotations
Constructors
- OperatorListQuery({required ChannelType channelType, required String channelUrl})
Properties
- channelType ↔ ChannelType
-
Channel type
read / write
- channelUrl ↔ String
-
Channel url
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
- 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> -
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