PollAnswer constructor

PollAnswer({
  1. required String content,
  2. PartialEmoji? emoji,
})

Implementation

PollAnswer({required this.content, this.emoji});