PollUpdateParams class
Properties
-
allowMultipleVotes
↔ bool?
-
Whether to allow multiple vote casting. Default is NO
getter/setter pair
-
allowUserSuggestion
↔ bool?
-
Whether to allow user-suggested options. Default is false
getter/setter pair
-
closeAt
↔ int
-
Unix timestamp at which the poll will close (millisecond)
getter/setter pair
-
data
↔ PollData?
-
An additional text to accompany the poll.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
title
↔ String?
-
Title of a poll
getter/setter pair