PollVoterListQueryParams class
Params for creating a PollVoterListQuery object.
Constructors
- PollVoterListQueryParams({required int pollId, required int pollOptionId, required ChannelType channelType, required String channelUrl, int? limit})
Properties
- channelType ↔ ChannelType
-
The type of the channel that this poll belongs to.
read / write
- channelUrl ↔ String
-
The url of the channel that this poll belongs to.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- limit ↔ int?
-
The maximum number of items per queried page.
The default value for limit is 20.
read / write
- pollId ↔ int
-
A unique identifier for the poll which contains this poll option.
read / write
- pollOptionId ↔ int
-
A unique identifier for this poll option.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
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