PollVoterListQuery class
A query object to retrieve list of voters for specific option.
Constructors
- PollVoterListQuery({required PollVoterListQueryParams params})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasNext ↔ bool
-
True if query has next items to be queried
getter/setter pairinherited
- limit ↔ int
-
number of item per executing loadNext
getter/setter pairinherited
- loading ↔ bool
-
True if query is loading
getter/setter pairinherited
- params → PollVoterListQueryParams
-
Parameters for Poll Voter List Query Request
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String?
-
token for next query
getter/setter pairinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited