PollAnswer constructor
PollAnswer({
- required String content,
- PartialEmoji? emoji,
Implementation
PollAnswer({required this.content, this.emoji});
PollAnswer({required this.content, this.emoji});