We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd30205 commit 09121a6Copy full SHA for 09121a6
lib/src/api/common/polls/poll_answer_vote.dart
@@ -10,6 +10,6 @@ final class PollAnswerVote<T extends Message> {
10
required this.id,
11
required this.voters,
12
required this.message,
13
- this.server
+ this.server,
14
});
15
}
0 commit comments