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.
getter/setter pair
channelUrl String
The url of the channel that this poll belongs to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int?
The maximum number of items per queried page. The default value for limit is 20.
getter/setter pair
pollId int
A unique identifier for the poll which contains this poll option.
getter/setter pair
pollOptionId int
A unique identifier for this poll option.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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