PollOptionRetrievalParams class
Parameters for retrieving poll option. A poll option should be specified by the pollId of the poll that the option belongs to and pollOptionId of the option, and the channelUrl of the channel that the poll specified by pollId belongs to.
Constructors
- PollOptionRetrievalParams({required int pollId, required int pollOptionId, required ChannelType channelType, required String channelUrl})
Properties
- channelType ↔ ChannelType
-
The channel type of the channel this poll belongs to.
read / write
- channelUrl ↔ String
-
The url of the channel this poll belongs to.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- pollId ↔ int
-
The ID of the poll of this option.
read / write
- pollOptionId ↔ int
-
The ID of the pollOption to get.
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