PollCreateParams constructor
Implementation
PollCreateParams({
required this.title,
required this.optionTexts,
this.data,
this.allowUserSuggestion,
this.allowMultipleVotes,
this.closeAt = -1, // Default value
});
PollCreateParams({
required this.title,
required this.optionTexts,
this.data,
this.allowUserSuggestion,
this.allowMultipleVotes,
this.closeAt = -1, // Default value
});